summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.0.bb
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-08-22 10:15:01 +0900
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-25 22:21:13 -0400
commitc0007cc0e645dc066a4dcd308890ac612dcf1d43 (patch)
tree8143246e86b4383e76933337b8711cbea4edcd46 /meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.0.bb
parent0a386986eba187af4368de2070793cff061ac5c6 (diff)
downloadmeta-cloud-services-c0007cc0e645dc066a4dcd308890ac612dcf1d43.tar.gz
python-keystoneauth1: upgrade 3.16.0 -> 3.17.0
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.0.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.0.bb
new file mode 100644
index 0000000..18115b2
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.17.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] = "599340c2b3ccbcf9996870478abb5407"
8SRC_URI[sha256sum] = "59a4488ceae0c1210cba468945013b875b2ce09d99c54c9fcc9c926aea55dfd7"
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 "