gnomeos: Add python-misc too so we get argparse
For some reason in the current yocto argparse is in python-misc.
This commit is contained in:
parent
2188769208
commit
e39372e88b
|
|
@ -13,7 +13,8 @@ PACKAGE_INSTALL = "task-core-boot \
|
||||||
strace \
|
strace \
|
||||||
bash \
|
bash \
|
||||||
ncurses \
|
ncurses \
|
||||||
python-modules"
|
python-modules \
|
||||||
|
python-misc"
|
||||||
|
|
||||||
RDEPENDS += "${PACKAGE_INSTALL}"
|
RDEPENDS += "${PACKAGE_INSTALL}"
|
||||||
DEPENDS += "makedevs-native virtual/fakeroot-native"
|
DEPENDS += "makedevs-native virtual/fakeroot-native"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue