convert to new override syntax

This commit is contained in:
Markus Volk
2021-08-07 06:23:26 +02:00
parent 575ee7b8e6
commit c2ae986cbb
33 changed files with 56 additions and 57 deletions

View File

@ -6,7 +6,7 @@ SRC_URI = " \
git://github.com/altdesktop/i3ipc-python.git;protocol=https \
"
RDEPENDS_${PN} = " \
RDEPENDS:${PN} = " \
python3 \
python-xlib \
"

View File

@ -11,7 +11,7 @@ DEPENDS = " \
python3-pip-native \
"
RDEPENDS_${PN} = " \
RDEPENDS:${PN} = " \
python3 \
python3-six \
"