From 05c4c9837af679b2ae0ce8405251eaf62b68f29e Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 27 Nov 2017 11:02:46 -0500 Subject: python-pyparted: remove unneeded DEPENDS on python{3}-re Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb | 2 -- meta-python/recipes-extended/python-pyparted/python3-pyparted_3.10.7.bb | 2 -- 2 files changed, 4 deletions(-) (limited to 'meta-python/recipes-extended/python-pyparted') diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb index 8a15a89fd9..81d61c62a3 100644 --- a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb +++ b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb @@ -1,7 +1,5 @@ require python-pyparted.inc -DEPENDS += "python-re" - PV = "3.10.7+git${SRCPV}" inherit distutils diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.10.7.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.10.7.bb index ff72c2a655..4d6f97b59e 100644 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.10.7.bb +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.10.7.bb @@ -1,7 +1,5 @@ require python-pyparted.inc -DEPENDS += "python3-re" - PV = "3.10.7+git${SRCPV}" inherit distutils3 -- cgit 1.2.3-korg