summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb
deleted file mode 100644
index e53f922..0000000
--- a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1DESCRIPTION = "Authentication Library for OpenStack Identity"
2HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574"
6
7SRC_URI[md5sum] = "ada9836933f5aa6bd35faf01c314e81d"
8SRC_URI[sha256sum] = "b14f363d02142177c968cfffeb9eb37113682c03ac3c65d483424e203dd602c3"
9
10inherit setuptools pypi
11
12DEPENDS += " \
13 python-pbr \
14 "
15
16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \
18 python-pbr-native \
19 "
20
21RDEPENDS_${PN} += " \
22 python-pbr \
23 python-iso8601 \
24 python-requests \
25 python-six \
26 python-stevedore \
27 "