summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2019-08-08 18:53:08 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-12 10:56:40 -0400
commit44373ef5877371be7ecc2a0d145913e4d416ff47 (patch)
tree468748b4d3a4784bf61a841ff8398f760f92e702 /meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb
parentd2302348e0756252de30497abe2eb2d7285907b6 (diff)
downloadmeta-cloud-services-44373ef5877371be7ecc2a0d145913e4d416ff47.tar.gz
python-osc-lib: Add python3 version
Providing a python3 version of python-osc-lib. 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-osc-lib_1.13.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb b/meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb
new file mode 100644
index 0000000..63265d9
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb
@@ -0,0 +1,8 @@
1inherit setuptools3 pypi
2require python-osc-lib.inc
3
4# Satisfy setup.py 'setup_requires'
5DEPENDS += " \
6 python3-pbr-native \
7 "
8