diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb index 50d3d95..7b7cb91 100644 --- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | |||
| @@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" | |||
| 7 | SRCNAME = "keystonemiddleware" | 7 | SRCNAME = "keystonemiddleware" |
| 8 | 8 | ||
| 9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
| 10 | git://git.openstack.org/openstack/keystonemiddleware;branch=master \ | 10 | git://git.openstack.org/openstack/keystonemiddleware;branch=stable/pike \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | PV = "2.3.0+git${SRCPV}" | 13 | PV = "4.17.0+git${SRCPV}" |
| 14 | SRCREV = "62805857ea39710ba14ab9a4e6c606dc336c6b56" | 14 | SRCREV = "69aed2693475797c8d0dda2725a790eea05a9419" |
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| @@ -22,5 +22,18 @@ DEPENDS += " \ | |||
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS_${PN} += " \ |
| 25 | python-pbr \ | 25 | python-keystoneauth1 \ |
| 26 | " | 26 | python-oslo.config \ |
| 27 | python-oslo.context \ | ||
| 28 | python-oslo.i18n \ | ||
| 29 | python-oslo.log \ | ||
| 30 | python-oslo.serialization \ | ||
| 31 | python-oslo.utils \ | ||
| 32 | python-pbr \ | ||
| 33 | python-positional \ | ||
| 34 | python-pycadf \ | ||
| 35 | python-keystoneclient \ | ||
| 36 | python-requests \ | ||
| 37 | python-six \ | ||
| 38 | python-webob \ | ||
| 39 | " | ||
