From fba169605a36eff457fb2c27519ead18a4e6dd52 Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Wed, 2 Dec 2015 17:32:19 +0100 Subject: python-debtcollector: add recipe Signed-off-by: Josep Puigdemont Signed-off-by: Bruce Ashfield --- .../python/python-debtcollector_0.3.0.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-debtcollector_0.3.0.bb 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 @@ +DESCRIPTION = "A collection of Python deprecation patterns and strategies" +HOMEPAGE = "https://pypi.python.org/pypi/debtcollector/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +SRC_URI[md5sum] = "21e711b88ab956bb1c1d15444bfca0a6" +SRC_URI[sha256sum] = "64cf1ab9bacbdda8c83a569349f2a91211a890973e0119514a9b7bf34518373e" + +inherit pypi + +DEPENDS += " \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-babel \ + python-oslo.utils \ + python-pbr \ + python-six \ + python-wrapt \ + " -- cgit v1.2.3-54-g00ecf