[meta-virtualization] [fido-kilo][PATCH] python-memcache: add missing dependency

Josep Puigdemont josep.puigdemont at enea.com
Wed Sep 9 09:02:24 PDT 2015


python-memcache requires python-nose, this fixes this build error:

|   File ".../x86_64-linux/usr/lib/python2.7/site-packages/distribute-0.6.32-py2.7.egg/setuptools/command/easy_install.py", line 592, in easy_install
|     raise DistutilsError(msg)
| distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('nose>=1.0')
| ERROR: python setup.py build_ext execution failed.
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at .../python-memcache/1.2.5-r0/temp/log.do_compile.24701)

Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
---
 meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb b/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb
index 6597e86..3e6f3f6 100644
--- a/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb
+++ b/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb
@@ -20,8 +20,10 @@ inherit setuptools
 
 DEPENDS += " \
         python-pip \
+        python-nose \
         "
 
 # RDEPENDS_default: 
 RDEPENDS_${PN} += " \
+        python-nose \
         "
-- 
1.9.1



More information about the meta-virtualization mailing list