From a6a42f8388790de0742b4a75b2294f13dd9fb3d3 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 9 Jan 2022 08:50:09 +0100 Subject: [PATCH] python-xlib: avoid pip usage --- recipes-devtools/python/python-xlib.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-devtools/python/python-xlib.bb b/recipes-devtools/python/python-xlib.bb index 53e190f..e87265f 100644 --- a/recipes-devtools/python/python-xlib.bb +++ b/recipes-devtools/python/python-xlib.bb @@ -8,7 +8,7 @@ SRC_URI = " \ DEPENDS = " \ python3-wheel-native \ - python3-pip-native \ + python3-setuptools-scm-native \ " RDEPENDS:${PN} = " \ @@ -22,5 +22,3 @@ S = "${WORKDIR}/git" PV = "0.31" SRCREV = "${PV}" -do_compile[network] = "1" -