summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb (renamed from meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb
index 1160594..8439daa 100644
--- a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
+++ b/meta-openstack/recipes-devtools/python/python3-heat-cfntools_1.4.2.bb
@@ -4,20 +4,20 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRC_URI[md5sum] = "0d5f8e7685e7f9a34dbd2552ffa40984" 7SRC_URI[md5sum] = "395e95fecdfa47a89e260998fd5e50b4"
8SRC_URI[sha256sum] = "de7d93338d3afb71cc4c53d713740316ead0af3a9c869b1231617347e94a8326" 8SRC_URI[sha256sum] = "8608e11c2cfdd198bbead763a1a73008a17111c67e44a7e299922f4d5da8ca33"
9 9
10inherit setuptools3 pypi 10inherit setuptools3 pypi
11 11
12DEPENDS += "\ 12DEPENDS += "\
13 python-pbr \ 13 python3-pbr \
14 " 14 "
15 15
16# Satisfy setup.py 'setup_requires' 16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \ 17DEPENDS += " \
18 python-pbr-native \ 18 python3-pbr-native \
19 " 19 "
20 20
21RDPENDS_${PN} += "\ 21RDPENDS_${PN} += "\
22 python-pbr \ 22 python3-pbr \
23 " 23 "