summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-05-27 11:30:01 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-05-29 23:58:49 -0400
commit74133b104adcb1c1e4037270a14f68cb7dd33912 (patch)
tree540d8fcc19336a7601fed397166fcd0a1f36541c /meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb
parent279c85f2add7f919b50ed690e0ad875ead6f9436 (diff)
downloadmeta-cloud-services-74133b104adcb1c1e4037270a14f68cb7dd33912.tar.gz
python-keystoneauth1:upgrade 3.2.0 -> 3.14.0
-Upgrade from python-keystoneauth1_3.2.0.bb to python-keystoneauth1_3.14.0.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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, 27 insertions, 0 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
new file mode 100644
index 0000000..e53f922
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb
@@ -0,0 +1,27 @@
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 "