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 | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb deleted file mode 100644 index c730906..0000000 --- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | DESCRIPTION = "Middleware for OpenStack Identity API" | ||
| 2 | HOMEPAGE = "https://launchpad.net/keystonemiddleware" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" | ||
| 6 | |||
| 7 | SRCNAME = "keystonemiddleware" | ||
| 8 | |||
| 9 | SRC_URI = "\ | ||
| 10 | git://git.openstack.org/openstack/keystonemiddleware;branch=stable/pike \ | ||
| 11 | " | ||
| 12 | |||
| 13 | PV = "4.17.0+git${SRCPV}" | ||
| 14 | SRCREV = "69aed2693475797c8d0dda2725a790eea05a9419" | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools3 | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # Satisfy setup.py 'setup_requires' | ||
| 25 | DEPENDS += " \ | ||
| 26 | python-pbr-native \ | ||
| 27 | " | ||
| 28 | |||
| 29 | RDEPENDS_${PN} += " \ | ||
| 30 | python-keystoneauth1 \ | ||
| 31 | python-oslo.config \ | ||
| 32 | python-oslo.context \ | ||
| 33 | python-oslo.i18n \ | ||
| 34 | python-oslo.log \ | ||
| 35 | python-oslo.serialization \ | ||
| 36 | python-oslo.utils \ | ||
| 37 | python-pbr \ | ||
| 38 | python-positional \ | ||
| 39 | python-pycadf \ | ||
| 40 | python-keystoneclient \ | ||
| 41 | python-requests \ | ||
| 42 | python-six \ | ||
| 43 | python-webob \ | ||
| 44 | " | ||
