diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb b/meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb new file mode 100644 index 0000000..8d74ace --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner." | ||
| 2 | HOMEPAGE = "http://docs.openstack.org/developer/debtcollector/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "d43a2733f02549628fe9f716363a5b01" | ||
| 8 | SRC_URI[sha256sum] = "1f751d74789baa82684f55bececf754ebff1ad40e3fb1bee44fcf5c25a31e92d" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python-pip \ | ||
| 14 | python-pbr \ | ||
| 15 | " | ||
| 16 | |||
| 17 | # RDEPENDS_default: | ||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | python-pbr \ | ||
| 20 | python-funcsigs \ | ||
| 21 | " | ||
