From 42828610e7149208b79ba1842170e0d0046372a8 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 23 Nov 2020 22:54:53 +0800 Subject: python3-os-service-types: Add recipe Append python3-os-service-types because it is dependent on python3-openstacksdk runtime. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python3-os-service-types_1.7.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-os-service-types_1.7.0.bb diff --git a/meta-openstack/recipes-devtools/python/python3-os-service-types_1.7.0.bb b/meta-openstack/recipes-devtools/python/python3-os-service-types_1.7.0.bb new file mode 100644 index 0000000..a686d6a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-os-service-types_1.7.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Python library for consuming OpenStack sevice-types-authority data" +HOMEPAGE = "https://pypi.org/project/os-service-types/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRC_URI[sha256sum] = "31800299a82239363995b91f1ebf9106ac7758542a1e4ef6dc737a5932878c6c" + +inherit setuptools3 pypi + +DEPENDS += " \ + python3-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python3-pbr \ + " -- cgit v1.2.3-54-g00ecf