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:
Colin Walters 2011-12-28 11:31:50 -05:00
parent 2188769208
commit e39372e88b
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ PACKAGE_INSTALL = "task-core-boot \
strace \
bash \
ncurses \
python-modules"
python-modules \
python-misc"
RDEPENDS += "${PACKAGE_INSTALL}"
DEPENDS += "makedevs-native virtual/fakeroot-native"