diff options
| -rw-r--r-- | meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb index 9dd362766d..7a0d3987d2 100644 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb | |||
| @@ -17,7 +17,10 @@ DEPENDS += "parted" | |||
| 17 | 17 | ||
| 18 | RDEPENDS:${PN}:class-target += " \ | 18 | RDEPENDS:${PN}:class-target += " \ |
| 19 | parted (>= 2.3) \ | 19 | parted (>= 2.3) \ |
| 20 | python3-stringold python3-codecs python3-math \ | 20 | python3-codecs \ |
| 21 | python3-math \ | ||
| 22 | python3-numbers \ | ||
| 23 | python3-stringold \ | ||
| 21 | " | 24 | " |
| 22 | RDEPENDS:${PN}:class-native = "" | 25 | RDEPENDS:${PN}:class-native = "" |
| 23 | 26 | ||
