From cd6fedc3ba02e275355d60b346d31763fe6e84e8 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 20 Nov 2017 11:16:39 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-debtcollector_1.10.0.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb') 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 @@ -DESCRIPTION = "A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner." -HOMEPAGE = "http://docs.openstack.org/developer/debtcollector/" -SECTION = "devel/python" -LICENSE = "Apache-2" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -SRC_URI[md5sum] = "c85d9e0e7d4d00577695214cb425c5b4" -SRC_URI[sha256sum] = "1a3bd886d6aea3775e5366d7335c856449144c0218209af6c660f6be111714a3" - -inherit setuptools pypi - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-pbr \ - python-funcsigs \ - " -- cgit v1.2.3-54-g00ecf