summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-09-22 10:26:16 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-27 22:44:48 -0400
commit285b64586ccfee5e374b27142ea2af0b2093ec9a (patch)
tree96a822505a193679d9a0366008ce4f088b894778 /meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb
parentb1b143761946a9079f0dcce6368e9018f3caf059 (diff)
downloadmeta-cloud-services-285b64586ccfee5e374b27142ea2af0b2093ec9a.tar.gz
python3-keystoneauth1: upgrade 3.18.0 -> 4.2.1
Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb
new file mode 100644
index 0000000..6c046d9
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.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] = "3c65181cb3cf6a8690e1c65de030e3fb"
8SRC_URI[sha256sum] = "9496bfcc27eff3d05271e10aa64684b7c1fd12a4d96f58511f2286312d9c89a1"
9
10inherit setuptools3 pypi
11
12DEPENDS += " \
13 ${PYTHON_PN}-pbr \
14 "
15
16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \
18 ${PYTHON_PN}-pbr-native \
19 "
20
21RDEPENDS_${PN} += " \
22 ${PYTHON_PN}-pbr \
23 ${PYTHON_PN}-iso8601 \
24 ${PYTHON_PN}-requests \
25 ${PYTHON_PN}-six \
26 ${PYTHON_PN}-stevedore \
27 "