blob: e53f9221cd1a44f2383aafa82be690ff1c1ad3e3 (
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 = "Authentication Library for OpenStack Identity"
HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574"
SRC_URI[md5sum] = "ada9836933f5aa6bd35faf01c314e81d"
SRC_URI[sha256sum] = "b14f363d02142177c968cfffeb9eb37113682c03ac3c65d483424e203dd602c3"
inherit setuptools pypi
DEPENDS += " \
python-pbr \
"
# Satisfy setup.py 'setup_requires'
DEPENDS += " \
python-pbr-native \
"
RDEPENDS_${PN} += " \
python-pbr \
python-iso8601 \
python-requests \
python-six \
python-stevedore \
"
|