summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:19 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commitfba169605a36eff457fb2c27519ead18a4e6dd52 (patch)
treeaf7cf49f7318353e92d0d0e8548d5540a44262cc /meta-openstack
parent9c2a198f9c784d5d0d02e56adf90f2bdf197832a (diff)
downloadmeta-cloud-services-fba169605a36eff457fb2c27519ead18a4e6dd52.tar.gz
python-debtcollector: add recipe
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-debtcollector_0.3.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector_0.3.0.bb b/meta-openstack/recipes-devtools/python/python-debtcollector_0.3.0.bb
new file mode 100644
index 0000000..af88441
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-debtcollector_0.3.0.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "A collection of Python deprecation patterns and strategies"
2HOMEPAGE = "https://pypi.python.org/pypi/debtcollector/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7SRC_URI[md5sum] = "21e711b88ab956bb1c1d15444bfca0a6"
8SRC_URI[sha256sum] = "64cf1ab9bacbdda8c83a569349f2a91211a890973e0119514a9b7bf34518373e"
9
10inherit pypi
11
12DEPENDS += " \
13 python-pbr \
14 "
15
16RDEPENDS_${PN} += " \
17 python-babel \
18 python-oslo.utils \
19 python-pbr \
20 python-six \
21 python-wrapt \
22 "