From ccf2154d64091bee13cf1f3b02c62f9d023923c9 Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Tue, 8 Dec 2015 18:33:47 +0100 Subject: python-pbr: upgrade to 0.11 Signed-off-by: Josep Puigdemont Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-pbr_0.11.0.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-pbr_0.11.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-pbr_0.11.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-pbr_0.11.0.bb b/meta-openstack/recipes-devtools/python/python-pbr_0.11.0.bb new file mode 100644 index 0000000..b81ed6f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pbr_0.11.0.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Python Build Reasonableness: PBR is a library that injects some useful and sensible default behaviors into your setuptools run" +HOMEPAGE = "https://pypi.python.org/pypi/pbr" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRCNAME = "pbr" + +SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "e69466b4206e350f4f1e1db2e11ab73b" +SRC_URI[sha256sum] = "d7f0d69aef367a764d69a4728afd966025ce9394d6029a924ef838ecdf592f6d" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf