[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 13/40] python-debtcollector: add recipe

Josep Puigdemont josep.puigdemont at enea.com
Wed Dec 2 08:32:19 PST 2015


Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
---
 .../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 \
+    "
-- 
2.1.0



More information about the meta-virtualization mailing list