mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
python-xlib: fix DEPENDS
This commit is contained in:
parent
59fa7f4dd5
commit
0ed0111597
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user