From 44373ef5877371be7ecc2a0d145913e4d416ff47 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Thu, 8 Aug 2019 18:53:08 +0800 Subject: python-osc-lib: Add python3 version Providing a python3 version of python-osc-lib. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb (limited to 'meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb') 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 @@ +inherit setuptools3 pypi +require python-osc-lib.inc + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + -- cgit v1.2.3-54-g00ecf