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 7d00fd7d93..32aa378cc7 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 @@ -1,7 +1,5 @@ require python-pyparted.inc -PV = "3.10.7+git${SRCPV}" - inherit distutils RDEPENDS_${PN} += "python-stringold python-codecs python-math python-subprocess" diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb index 4d6f97b59e..d83901ff3a 100644 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb @@ -1,7 +1,5 @@ require python-pyparted.inc -PV = "3.10.7+git${SRCPV}" - inherit distutils3 RDEPENDS_${PN} += "python3-stringold python3-codecs python3-math"