diff options
Diffstat (limited to 'meta-python/recipes-extended')
-rw-r--r-- | meta-python/recipes-extended/python-pyparted/python-pyparted.inc | 1 | ||||
-rw-r--r-- | meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc index c82909d10..a0ec02817 100644 --- a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc +++ b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc | |||
@@ -18,6 +18,5 @@ S = "${WORKDIR}/git" | |||
18 | 18 | ||
19 | RDEPENDS_${PN}_class-target += " \ | 19 | RDEPENDS_${PN}_class-target += " \ |
20 | parted (>= 2.3) \ | 20 | parted (>= 2.3) \ |
21 | ${PYTHON_PN}-subprocess \ | ||
22 | " | 21 | " |
23 | RDEPENDS_${PN}_class-native = "" | 22 | RDEPENDS_${PN}_class-native = "" |
diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb index 81d61c62a..7d00fd7d9 100644 --- a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb +++ b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb | |||
@@ -4,7 +4,7 @@ PV = "3.10.7+git${SRCPV}" | |||
4 | 4 | ||
5 | inherit distutils | 5 | inherit distutils |
6 | 6 | ||
7 | RDEPENDS_${PN} += "python-stringold python-codecs python-math" | 7 | RDEPENDS_${PN} += "python-stringold python-codecs python-math python-subprocess" |
8 | RDEPENDS_${PN}_class-native = "" | 8 | RDEPENDS_${PN}_class-native = "" |
9 | 9 | ||
10 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |