From 233a17e09f563e8357c8f44168ebf5c3d2993a85 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 18 Dec 2018 15:38:39 +0800 Subject: python-pyparted/python3-pyparted: drop incorrect and redundant PV Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb | 2 -- meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb | 2 -- 2 files changed, 4 deletions(-) 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" -- cgit 1.2.3-korg