packagegroup-self-hosted: Add missing python code

These are in the Toolchain list, so they should also be installed on the build appliance

[YOCTO #5061]

(From OE-Core rev: 82374feece5c576f9950bad6861b1e00c6b30d84)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2013-08-29 16:06:24 -07:00 committed by Richard Purdie
parent 9c0131d5bc
commit e38285f8f1
1 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,7 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
minicom \ minicom \
mtools \ mtools \
ncurses \ ncurses \
ncurses-terminfo-base \
neon \ neon \
nfs-utils \ nfs-utils \
nfs-utils-client \ nfs-utils-client \
@ -159,24 +160,29 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
python-core \ python-core \
python-curses \ python-curses \
python-datetime \ python-datetime \
python-difflib \
python-distutils \ python-distutils \
python-elementtree \ python-elementtree \
python-email \ python-email \
python-fcntl \ python-fcntl \
python-git \ python-git \
python-json \
python-logging \ python-logging \
python-misc \ python-misc \
python-mmap \
python-multiprocessing \ python-multiprocessing \
python-netclient \ python-netclient \
python-netserver \ python-netserver \
python-pickle \ python-pickle \
python-pkgutil \ python-pkgutil \
python-pprint \
python-re \ python-re \
python-rpm \ python-rpm \
python-shell \ python-shell \
python-sqlite3 \ python-sqlite3 \
python-subprocess \ python-subprocess \
python-textutils \ python-textutils \
python-unittest \
python-unixadmin \ python-unixadmin \
python-xmlrpc \ python-xmlrpc \
quota \ quota \