blob: f4ce2447e94a4c092b001aca71bba2b78c65b0d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
DESCRIPTION = "Middleware for OpenStack Identity API"
HOMEPAGE = "https://launchpad.net/keystonemiddleware"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
PR = "r0"
SRCNAME = "keystonemiddleware"
SRC_URI = "\
git://git.openstack.org/openstack/keystonemiddleware;branch=master \
"
PV="1.4.0+git${SRCPV}"
SRCREV="782fb0129d2eb7f181f890068767ce2b6906b2bd"
S = "${WORKDIR}/git"
inherit setuptools
DEPENDS += " \
python-pip \
python-pbr \
"
RDEPENDS_${PN} += " \
python-pbr \
"
|