summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-pyparted/python-pyparted.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-26 10:33:55 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-30 12:33:18 -0800
commit681bce86e589072dcca1b79233c657a6f856a5a1 (patch)
tree65761ddcf81599727893fbf5d5e1124696ea46b7 /meta-python/recipes-extended/python-pyparted/python-pyparted.inc
parent83b097cc3b9ed4a45cb8b1fb3b3ef8a09f32ea48 (diff)
downloadmeta-openembedded-681bce86e589072dcca1b79233c657a6f856a5a1.tar.gz
python-parted: update to version 3.11.1
Update github hash for the release Add correct RDEPENDS for the minimal python installs Remove a patch no longer required Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-pyparted/python-pyparted.inc')
-rw-r--r--meta-python/recipes-extended/python-pyparted/python-pyparted.inc12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc
index 65f8ca14db..2192179be5 100644
--- a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc
+++ b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc
@@ -11,11 +11,13 @@ LIC_FILES_CHKSUM = "\
11DEPENDS += "parted" 11DEPENDS += "parted"
12 12
13# upstream only publishes releases in github archives which are discouraged 13# upstream only publishes releases in github archives which are discouraged
14SRCREV = "69c4a478e43d3eff6ae3a0116fa38da06776d5f5" 14SRCREV = "1fdb15120f35f5da1dc7ec116522f0c796a8376a"
15SRC_URI = "git://github.com/rhinstaller/pyparted.git;protocol=https \ 15SRC_URI = "git://github.com/rhinstaller/pyparted.git;protocol=https"
16 file://0001-fix-version-float-check.patch \ 16
17"
18S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
19 18
20RDEPENDS_${PN} += "parted (>= 2.3)" 19RDEPENDS_${PN}_class-target += " \
20 parted (>= 2.3) \
21 ${PYTHON_PN}-subprocess \
22"
21RDEPENDS_${PN}_class-native = "" 23RDEPENDS_${PN}_class-native = ""