diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-09-23 18:45:51 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-29 11:02:34 -0400 |
| commit | dc3ee0ace7dc92e5bbb215ee0a3c20a2ef08e6bd (patch) | |
| tree | 8da37be8fa1cb278d09ab4c7a630d0dd70dd1b50 /meta-openstack/recipes-devtools/python | |
| parent | 967d0c9c2f33b969767708273348ab3d73ece868 (diff) | |
| download | meta-cloud-services-dc3ee0ace7dc92e5bbb215ee0a3c20a2ef08e6bd.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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glancestore_git.bb | 1 |
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 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 += " \ | |||
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} = " \ | 24 | RDEPENDS_${PN} = " \ |
| 25 | python-enum34 \ | ||
| 25 | python-eventlet \ | 26 | python-eventlet \ |
| 26 | python-iso8601 \ | 27 | python-iso8601 \ |
| 27 | python-six \ | 28 | python-six \ |
