diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-09-19 05:21:54 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-21 17:34:21 -0400 |
| commit | ba9046f439f732b7a9c04c700d87c30036b8a6d5 (patch) | |
| tree | a24f79df4d37accca70759a971b68b9bbc37fd7c /meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb | |
| parent | 0526abaa46612750ef332dbecd31291dee27a6c7 (diff) | |
| download | meta-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/python3-heat-cfntools_1.4.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Tools required to be installed on Heat provisioned cloud instances" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/heat-cfntools" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "395e95fecdfa47a89e260998fd5e50b4" | ||
| 8 | SRC_URI[sha256sum] = "8608e11c2cfdd198bbead763a1a73008a17111c67e44a7e299922f4d5da8ca33" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | DEPENDS += "\ | ||
| 13 | python3-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | python3-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDPENDS_${PN} += "\ | ||
| 22 | python3-pbr \ | ||
| 23 | " | ||
