meta-openembedded/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb
Derek Straka 681bce86e5 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>
2017-12-30 12:33:18 -08:00

11 lines
201 B
BlitzBasic

require python-pyparted.inc
PV = "3.10.7+git${SRCPV}"
inherit distutils3
RDEPENDS_${PN} += "python3-stringold python3-codecs python3-math"
RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native"