diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 17:08:38 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 18:04:06 +0200 |
| commit | c034a9f7ab2985a16791afce0c2a129e423e5cfa (patch) | |
| tree | 9f045282df98a5dd49d3ce687098a22311db17d9 /meta-openstack/recipes-devtools/python | |
| parent | e8ff26d6ec7cb287b59c5b5c3ca7b34276b00734 (diff) | |
| download | meta-cloud-services-c034a9f7ab2985a16791afce0c2a129e423e5cfa.tar.gz | |
python-keystonemiddleware: Update dependency list
According to v4.9.1 recommended for latest stable/newton.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb index 8634914..365cb39 100644 --- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | |||
| @@ -22,5 +22,17 @@ DEPENDS += " \ | |||
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS_${PN} += " \ |
| 25 | python-keystoneauth1 \ | ||
| 26 | python-keystoneclient \ | ||
| 27 | python-oslo.config \ | ||
| 28 | python-oslo.context \ | ||
| 29 | python-oslo.i18n \ | ||
| 30 | python-oslo.serialization \ | ||
| 31 | python-oslo.utils \ | ||
| 25 | python-pbr \ | 32 | python-pbr \ |
| 33 | python-positional \ | ||
| 34 | python-pycadf \ | ||
| 35 | python-requests \ | ||
| 36 | python-six \ | ||
| 37 | python-webob \ | ||
| 26 | " | 38 | " |
