I tried to apply this, but it failed.

Bruce

On 2017-01-17 10:56 AM, Mark Asselstine wrote:
We often include our own versions of recipes in meta-virtualization
and meta-cloud-services in order to satisfy specific version
dependencies, ie. grouping recipes by usecase. Historically python-pbr
versions have been extremely flexible (most recipes only specify the
very old 1.6 as a minimum version) and python-pbr can arguably be seen
as a core python package, so remove our version of the recipe in favor
of the one in meta-python.

Signed-off-by: Mark Asselstine <[email protected]>
---
 .../recipes-devtools/python/python-pbr_1.8.1.bb    | 30 ----------------------
 1 file changed, 30 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-pbr_1.8.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-pbr_1.8.1.bb 
b/meta-openstack/recipes-devtools/python/python-pbr_1.8.1.bb
deleted file mode 100644
index 2018a1b..0000000
--- a/meta-openstack/recipes-devtools/python/python-pbr_1.8.1.bb
+++ /dev/null
@@ -1,30 +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"
-
-SRCNAME = "pbr"
-
-SRC_URI = 
"https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz";
-
-SRC_URI[md5sum] = "c8f9285e1a4ca6f9654c529b158baa3a"
-SRC_URI[sha256sum] = 
"e2127626a91e6c885db89668976db31020f0af2da728924b56480fc7ccf09649"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
-        python-pip \
-        "
-
-DEPENDS_class-native += ""
-
-# RDEPENDS_default:
-RDEPENDS_${PN} += " \
-        "
-
-BBCLASSEXTEND = "native"


--
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to