From ba9046f439f732b7a9c04c700d87c30036b8a6d5 Mon Sep 17 00:00:00 2001 From: zangrc Date: Sat, 19 Sep 2020 05:21:54 +0800 Subject: python3-heat-cfntools: upgrade 1.2.8 -> 1.4.2 Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python3-heat-cfntools_1.4.2.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb (limited to 'meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb new file mode 100644 index 0000000..8439daa --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Tools required to be installed on Heat provisioned cloud instances" +HOMEPAGE = "https://github.com/openstack/heat-cfntools" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRC_URI[md5sum] = "395e95fecdfa47a89e260998fd5e50b4" +SRC_URI[sha256sum] = "8608e11c2cfdd198bbead763a1a73008a17111c67e44a7e299922f4d5da8ca33" + +inherit setuptools3 pypi + +DEPENDS += "\ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +RDPENDS_${PN} += "\ + python3-pbr \ + " -- cgit v1.2.3-54-g00ecf