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] = "6ac3af37693e0f517e51593d9ea33f23" SRC_URI[sha256sum] = "787981f4d235841bf6eb0467e23057fb1ac7ee24047c32028a8498b9128b6829" inherit setuptools3 pypi DEPENDS += " \ ${PYTHON_PN}-pip \ ${PYTHON_PN}-pbr \ " # Satisfy setup.py 'setup_requires' DEPENDS += " \ ${PYTHON_PN}-pbr-native \ " # RDEPENDS_default: RDEPENDS_${PN} += " \ ${PYTHON_PN}-pbr \ ${PYTHON_PN}-wrapt \ ${PYTHON_PN}-six \ "