summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-debtcollector_0.10.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-17 13:05:38 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-17 14:30:37 -0500
commit55b63e5da2a4087a5a12299b91da114c2527ab0f (patch)
treeb3cc4e7cecc885f2cb112e021a83fb355e47a1db /meta-openstack/recipes-devtools/python/python-debtcollector_0.10.0.bb
parent66e72d5c602fde15ed448a2414f2608f10273e65 (diff)
downloadmeta-cloud-services-55b63e5da2a4087a5a12299b91da114c2527ab0f.tar.gz
python-debtcollector: uprev to 1.10.0
This uprev is required for the python-oslo.config uprev (to stable/newton) and other package. This requires the introduction of the python-funcsigs package. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-debtcollector_0.10.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-debtcollector_0.10.0.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector_0.10.0.bb b/meta-openstack/recipes-devtools/python/python-debtcollector_0.10.0.bb
deleted file mode 100644
index 3a54eec..0000000
--- a/meta-openstack/recipes-devtools/python/python-debtcollector_0.10.0.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1DESCRIPTION = "A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner."
2HOMEPAGE = "http://docs.openstack.org/developer/debtcollector/"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6
7SRCNAME = "debtcollector"
8
9SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "aaf95f5e44af17be4d6421512d4cf6c3"
12SRC_URI[sha256sum] = "8cc22cf2223af7789692ef0b1cb5c0c3a00da7d6e34cbfce125a956cb4d2f21e"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18DEPENDS += " \
19 python-pip \
20 python-pbr \
21 "
22
23# RDEPENDS_default:
24RDEPENDS_${PN} += " \
25 python-pbr \
26 "