python-xlib: avoid pip usage

This commit is contained in:
Markus Volk 2022-01-09 08:50:09 +01:00
parent ff057ae4ae
commit a6a42f8388

View File

@ -8,7 +8,7 @@ SRC_URI = " \
DEPENDS = " \ DEPENDS = " \
python3-wheel-native \ python3-wheel-native \
python3-pip-native \ python3-setuptools-scm-native \
" "
RDEPENDS:${PN} = " \ RDEPENDS:${PN} = " \
@ -22,5 +22,3 @@ S = "${WORKDIR}/git"
PV = "0.31" PV = "0.31"
SRCREV = "${PV}" SRCREV = "${PV}"
do_compile[network] = "1"