From ff75c955954b32c1aa6fa301303e9df5ef53078e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 9 Mar 2015 10:57:26 -0400 Subject: support libs: round2 refresh Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-pbr_0.6.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-pbr_0.6.bb (limited to 'meta-openstack/recipes-devtools/python/python-pbr_0.6.bb') diff --git a/meta-openstack/recipes-devtools/python/python-pbr_0.6.bb b/meta-openstack/recipes-devtools/python/python-pbr_0.6.bb deleted file mode 100644 index 9b37905..0000000 --- a/meta-openstack/recipes-devtools/python/python-pbr_0.6.bb +++ /dev/null @@ -1,19 +0,0 @@ -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" - -PR = "r0" -SRCNAME = "pbr" - -SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "74ed7d0a9d93c1ab3eb7000e2c0482c7" -SRC_URI[sha256sum] = "d82d78422625a78f89fb341fb0243320b09c18caac6e7770105ba62dd7d8b445" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - - -- cgit v1.2.3-54-g00ecf