From 5d514b5dbd09ce059047d849d5b7cc2b2327564d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 10 Mar 2022 11:40:34 +0000 Subject: [PATCH] python3-pip: remove redundant DEPENDS on python3-setuptools-native This recipe inherits setuptools_build_meta which already depends on python3-setuptools-native. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pip_22.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-pip_22.0.3.bb b/meta/recipes-devtools/python/python3-pip_22.0.3.bb index d7000b891a..50cc8206de 100644 --- a/meta/recipes-devtools/python/python3-pip_22.0.3.bb +++ b/meta/recipes-devtools/python/python3-pip_22.0.3.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63ec52baf95163b597008bb46db68030" inherit pypi setuptools_build_meta -DEPENDS += "python3 python3-setuptools-native" +DEPENDS += "python3" # To avoid a dependency loop; we bootstrap -native DEPENDS:remove:class-native = "python3-pip-native" -- 2.40.1