diff options
| -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 | " | ||
