summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-09-23 18:45:51 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-29 11:02:54 -0400
commit8dfe9f9a2c4e465b4cc794e1ed6a9efb8d1ac284 (patch)
tree8075b148b99d45c4f37827cfe890b4b3b8fb2a4d /meta-openstack/recipes-devtools/python/python-glancestore_git.bb
parentff5fbe0ce25763b7d9d4aa76ce76eaf77bfcdcc0 (diff)
downloadmeta-cloud-services-8dfe9f9a2c4e465b4cc794e1ed6a9efb8d1ac284.tar.gz
python-glancestore: requires python module enum
In capabilities, glance store imports enum, which is available since python 3.4. For earlier versions of python we can use the backported package python-enum34 from meta-python. 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-glancestore_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glancestore_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
index b3aa2f3..43707ee 100644
--- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
@@ -22,6 +22,7 @@ DEPENDS += " \
22 " 22 "
23 23
24RDEPENDS_${PN} = " \ 24RDEPENDS_${PN} = " \
25 python-enum34 \
25 python-eventlet \ 26 python-eventlet \
26 python-iso8601 \ 27 python-iso8601 \
27 python-six \ 28 python-six \