From c39d4b03b05c08c825d7725a6c4547d2a8a3f29f Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Wed, 9 Sep 2015 18:02:24 +0200 Subject: python-memcache: add missing dependency 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb') 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 \ " -- cgit v1.2.3-54-g00ecf