summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.16.0.bb
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-08-13 14:45:10 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-18 22:27:14 -0400
commitcec16872194b66d31f0e20b7077ef7a5c3eb39a3 (patch)
treeff2dc4e36c7722c763fb60b1e121d1d1ce12f34c /meta-openstack/recipes-devtools/python/python-keystoneauth1_3.16.0.bb
parent8acdff76246d8d4af46ad8da783c3144d2a975b7 (diff)
downloadmeta-cloud-services-cec16872194b66d31f0e20b7077ef7a5c3eb39a3.tar.gz
python-keystoneauth1: upgrade 3.15.0 -> 3.16.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.16.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneauth1_3.16.0.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.16.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.16.0.bb
new file mode 100644
index 0000000..fd1d848
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.16.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] = "4d2b56ac0b3d19eacb7f3a3198cfcc54"
8SRC_URI[sha256sum] = "0465ed3e69ec0a148a5785f59f6fd3cece7808090cbcb90a2d2cb27ab360d9d7"
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 "