python-xlib: fix DEPENDS

This commit is contained in:
Markus Volk 2021-07-23 18:41:22 +02:00
parent 59fa7f4dd5
commit 0ed0111597

View File

@ -7,12 +7,15 @@ SRC_URI = " \
"
DEPENDS = " \
python3 \
python3-six \
python3-wheel-native \
python3-pip-native \
"
RDEPENDS_${PN} = " \
python3 \
python3-six \
"
inherit setuptools3
S = "${WORKDIR}/git"