summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-09-09 18:02:24 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-10 14:45:43 -0400
commitc39d4b03b05c08c825d7725a6c4547d2a8a3f29f (patch)
tree154d6cc802f986969008a7b15e29f2269ee223ab /meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb
parent193f76b8ab7ac3539653920e9358e09d028c3db2 (diff)
downloadmeta-cloud-services-c39d4b03b05c08c825d7725a6c4547d2a8a3f29f.tar.gz
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 <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb2
1 files changed, 2 insertions, 0 deletions
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
20 20
21DEPENDS += " \ 21DEPENDS += " \
22 python-pip \ 22 python-pip \
23 python-nose \
23 " 24 "
24 25
25# RDEPENDS_default: 26# RDEPENDS_default:
26RDEPENDS_${PN} += " \ 27RDEPENDS_${PN} += " \
28 python-nose \
27 " 29 "