From dc3ee0ace7dc92e5bbb215ee0a3c20a2ef08e6bd Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Wed, 23 Sep 2015 18:45:51 +0200 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-glancestore_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb index d80c570..932c5d9 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 += " \ " RDEPENDS_${PN} = " \ + python-enum34 \ python-eventlet \ python-iso8601 \ python-six \ -- cgit v1.2.3-54-g00ecf