mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
python-unidiff: adds Python3 support
Extend the recipe for Python3 support. Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
7c550fd300
commit
1e6c70dd04
@@ -1,9 +1,2 @@
|
||||
SUMMARY = "Unified diff parsing/metadata extraction library"
|
||||
HOMEPAGE = "http://github.com/matiasb/python-unidiff"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3"
|
||||
|
||||
SRC_URI[md5sum] = "c8099edf89d2e3bac16123766625a38b"
|
||||
SRC_URI[sha256sum] = "a7baf71846a68c5305a7d6005dfb5eca8798f13861176355a285cbda3206824d"
|
||||
|
||||
inherit pypi setuptools
|
||||
require python-unidiff.inc
|
||||
inherit setuptools
|
||||
|
||||
Reference in New Issue
Block a user