aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb
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
commit2cdefb33bd64c4de79096354104d5db95ea501a5 (patch)
tree46b05ef3ea872587a706440aac6f27658e425b06 /recipes-extended/python-pyparted/python-pyparted_3.11.1.bb
parentdb2bb3c18597f14e27328093306aa43a230a4485 (diff)
downloadmeta-python2-2cdefb33bd64c4de79096354104d5db95ea501a5.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 (From meta-openembedded commit: 681bce86e589072dcca1b79233c657a6f856a5a1) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-extended/python-pyparted/python-pyparted_3.11.1.bb')
-rw-r--r--recipes-extended/python-pyparted/python-pyparted_3.11.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb b/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb
new file mode 100644
index 0000000..81d61c6
--- /dev/null
+++ b/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb
@@ -0,0 +1,10 @@
+require python-pyparted.inc
+
+PV = "3.10.7+git${SRCPV}"
+
+inherit distutils
+
+RDEPENDS_${PN} += "python-stringold python-codecs python-math"
+RDEPENDS_${PN}_class-native = ""
+
+BBCLASSEXTEND = "native"