summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-09-19 05:21:54 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-21 17:34:21 -0400
commitba9046f439f732b7a9c04c700d87c30036b8a6d5 (patch)
treea24f79df4d37accca70759a971b68b9bbc37fd7c /meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
parent0526abaa46612750ef332dbecd31291dee27a6c7 (diff)
downloadmeta-cloud-services-ba9046f439f732b7a9c04c700d87c30036b8a6d5.tar.gz
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 <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
deleted file mode 100644
index 1160594..0000000
--- a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "Tools required to be installed on Heat provisioned cloud instances"
2HOMEPAGE = "https://github.com/openstack/heat-cfntools"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7SRC_URI[md5sum] = "0d5f8e7685e7f9a34dbd2552ffa40984"
8SRC_URI[sha256sum] = "de7d93338d3afb71cc4c53d713740316ead0af3a9c869b1231617347e94a8326"
9
10inherit setuptools3 pypi
11
12DEPENDS += "\
13 python-pbr \
14 "
15
16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \
18 python-pbr-native \
19 "
20
21RDPENDS_${PN} += "\
22 python-pbr \
23 "