From df1d4ed389f0c5f148f9940ce849e3ed64d34923 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 16 Mar 2022 18:32:36 +0000 Subject: [PATCH] python3-packaging: remove duplicate python3-setuptools-native DEPENDS setuptools_build_meta.bbclass already sets this dependency. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-packaging_21.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-packaging_21.3.bb b/meta/recipes-devtools/python/python3-packaging_21.3.bb index c7d0cb7ef78..a81fd94d37a 100644 --- a/meta/recipes-devtools/python/python3-packaging_21.3.bb +++ b/meta/recipes-devtools/python/python3-packaging_21.3.bb @@ -9,5 +9,4 @@ inherit pypi setuptools_build_meta BBCLASSEXTEND = "native nativesdk" -DEPENDS += "${PYTHON_PN}-setuptools-native" RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing" -- 2.47.2