summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-07-17 03:40:41 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-20 14:50:08 -0400
commit3dfbf74c2b1b7f1c4d50c8efc8bd625d95145dc9 (patch)
tree23405d50c805a0a9ee82bb04b86ce1ad32bc1776 /meta-openstack
parent9390e4ff9f34bdd7ce396b45454e95d9d318cfc3 (diff)
downloadmeta-cloud-services-3dfbf74c2b1b7f1c4d50c8efc8bd625d95145dc9.tar.gz
python3-debtcollector: upgrade 1.22.0 -> 2.1.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb (renamed from meta-openstack/recipes-devtools/python/python-debtcollector.inc)6
2 files changed, 3 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb b/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb
deleted file mode 100644
index 7947185..0000000
--- a/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1inherit setuptools3
2require python-debtcollector.inc
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector.inc b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb
index d6d18e3..fbf4626 100644
--- a/meta-openstack/recipes-devtools/python/python-debtcollector.inc
+++ b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6 6
7SRC_URI[md5sum] = "0d12694a93a16824b1c67bece341229e" 7SRC_URI[md5sum] = "9a1014f18abbc565b8e149fd70048c22"
8SRC_URI[sha256sum] = "d1756440d25a50e3eca2fc399c9e5f1ca2f9e6b837570a80b9450999f4290525" 8SRC_URI[sha256sum] = "a25fc6215560d81cb9f2a0b58d6c834f2a24010987027bde169599e138a205af"
9 9
10inherit pypi 10inherit setuptools3 pypi
11 11
12DEPENDS += " \ 12DEPENDS += " \
13 ${PYTHON_PN}-pip \ 13 ${PYTHON_PN}-pip \