summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-debtcollector_1.8.0.bb (renamed from meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb)8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb b/meta-openstack/recipes-devtools/python/python-debtcollector_1.8.0.bb
index bdb36f9..7e2bf6f 100644
--- a/meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-debtcollector_1.8.0.bb
@@ -8,8 +8,8 @@ SRCNAME = "debtcollector"
8 8
9SRC_URI = "https://pypi.io/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "https://pypi.io/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10 10
11SRC_URI[md5sum] = "c85d9e0e7d4d00577695214cb425c5b4" 11SRC_URI[md5sum] = "3e860661f74672ed7bc7633e6fe71e1b"
12SRC_URI[sha256sum] = "1a3bd886d6aea3775e5366d7335c856449144c0218209af6c660f6be111714a3" 12SRC_URI[sha256sum] = "66cd8a08a585f6836896fc980389f1e57bbe36eb140494e546a439b29234d83a"
13 13
14S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
15 15
@@ -22,6 +22,8 @@ DEPENDS += " \
22 22
23# RDEPENDS_default: 23# RDEPENDS_default:
24RDEPENDS_${PN} += " \ 24RDEPENDS_${PN} += " \
25 python-pbr \
26 python-funcsigs \ 25 python-funcsigs \
26 python-pbr \
27 python-six \
28 python-wrapt \
27 " 29 "