diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-20 11:16:39 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-21 15:08:02 -0500 |
| commit | cd6fedc3ba02e275355d60b346d31763fe6e84e8 (patch) | |
| tree | bf5dd7084ee65e49e296d49d4b7efbe0bd9b3b07 /meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb | |
| parent | 6e51065697c681a7cf32507f08c8353efb223da9 (diff) | |
| download | meta-cloud-services-cd6fedc3ba02e275355d60b346d31763fe6e84e8.tar.gz | |
python-debtcollector: uprev to v1.17.1
Although the current version is OK as far as dependent
requirements.txt there appears to be some issues with the older
version. The uprev is due, so let's get to it.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb b/meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb deleted file mode 100644 index d53960c..0000000 --- a/meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 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] = "c85d9e0e7d4d00577695214cb425c5b4" | ||
| 8 | SRC_URI[sha256sum] = "1a3bd886d6aea3775e5366d7335c856449144c0218209af6c660f6be111714a3" | ||
| 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 | " | ||
