summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-07 12:47:40 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-07 13:55:47 +0200
commit88d299d13a8b3babf67d3a7413c92aff425bd339 (patch)
tree9afe6a913a8023f96b51564fb653d973e3c25816 /meta-openstack/recipes-devtools/python
parentc4b9d0906b7803942f8086591620731a58020d9e (diff)
downloadmeta-cloud-services-88d299d13a8b3babf67d3a7413c92aff425bd339.tar.gz
python-debtcollector: Downgrade to v1.8.0 and update dependency list
Latest version used by stable/newton is v.1.8.0, bring it in line. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-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 "