summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-2.7-manifest.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-26 11:13:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-26 12:15:49 +0100
commitd80a715e3763a0e2bea5c84a4132d70dceaa2044 (patch)
tree7b07ab9bdd5a8a4c05d205015bccdda77515bb4f /meta/recipes-devtools/python/python-2.7-manifest.inc
parent6a78e22aaede80cd4e0bcbc06b878574766d7b7c (diff)
downloadast2050-yocto-poky-d80a715e3763a0e2bea5c84a4132d70dceaa2044.zip
ast2050-yocto-poky-d80a715e3763a0e2bea5c84a4132d70dceaa2044.tar.gz
python-2.7-manifest: Add missing python-ctypes dependency to python-multiprocessing
(From OE-Core rev: 5abf18a7f11ee9e88e0eec1b66cc63427d9097a8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-2.7-manifest.inc')
-rw-r--r--meta/recipes-devtools/python/python-2.7-manifest.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc
index ca5d282..6d3a9e6 100644
--- a/meta/recipes-devtools/python/python-2.7-manifest.inc
+++ b/meta/recipes-devtools/python/python-2.7-manifest.inc
@@ -151,7 +151,7 @@ RDEPENDS_${PN}-mmap="${PN}-core ${PN}-io"
FILES_${PN}-mmap="${libdir}/python2.7/lib-dynload/mmap.so "
DESCRIPTION_${PN}-multiprocessing="Python Multiprocessing Support"
-RDEPENDS_${PN}-multiprocessing="${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-threading"
+RDEPENDS_${PN}-multiprocessing="${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-threading ${PN}-ctypes"
FILES_${PN}-multiprocessing="${libdir}/python2.7/lib-dynload/_multiprocessing.so ${libdir}/python2.7/multiprocessing "
DESCRIPTION_${PN}-netclient="Python Internet Protocol Clients"
OpenPOWER on IntegriCloud