blob: 86349148f339d235b462c3aba8c80152349536c9 (
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
|
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"
SRCNAME = "keystonemiddleware"
SRC_URI = "\
git://git.openstack.org/openstack/keystonemiddleware;branch=stable/newton \
"
PV = "4.9.1+git${SRCPV}"
SRCREV = "675ac3effa8649d162dabe25aea6d241a6f54b2b"
S = "${WORKDIR}/git"
inherit setuptools
DEPENDS += " \
python-pip \
python-pbr \
"
RDEPENDS_${PN} += " \
python-pbr \
"
|