diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:19 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
| commit | fba169605a36eff457fb2c27519ead18a4e6dd52 (patch) | |
| tree | af7cf49f7318353e92d0d0e8548d5540a44262cc /meta-openstack | |
| parent | 9c2a198f9c784d5d0d02e56adf90f2bdf197832a (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "A collection of Python deprecation patterns and strategies" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/debtcollector/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "21e711b88ab956bb1c1d15444bfca0a6" | ||
| 8 | SRC_URI[sha256sum] = "64cf1ab9bacbdda8c83a569349f2a91211a890973e0119514a9b7bf34518373e" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += " \ | ||
| 17 | python-babel \ | ||
| 18 | python-oslo.utils \ | ||
| 19 | python-pbr \ | ||
| 20 | python-six \ | ||
| 21 | python-wrapt \ | ||
| 22 | " | ||
