diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | 27 |
1 files changed, 27 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 new file mode 100644 index 0000000..d315fe1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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 | PR = "r0" | ||
| 8 | SRCNAME = "keystonemiddleware" | ||
| 9 | |||
| 10 | SRC_URI = "\ | ||
| 11 | git://git.openstack.org/openstack/keystonemiddleware;branch=master \ | ||
| 12 | " | ||
| 13 | |||
| 14 | PV="1.0.0+git${SRCPV}" | ||
| 15 | SRCREV="ce965ead938015cb7410f21141f5d76df4b3a0ce" | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | python-pbr \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | python-pbr \ | ||
| 27 | " | ||
