From 038414fdec4c120c74f10b71e58a0a7d73ea9869 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 20 Mar 2015 13:41:00 -0400 Subject: python: remove recipes that are now in meta-virtualization In order for meta-virtualization to include a recipe for docker and docker-registry these recipes have been moved to allow meta-virtualization to exist without a circular dependency with meta-cloud-services. There is already a dependency here on meta-virtualization so this will ensure recipes in meta-cloud-services will still build as they did before. A concern does exist that several OpenStack recipes have a tight binding on specific versions of these recipes. This move doesn't prevent meta-cloud-services from hosting its own version of these recipes in the future and making use of 'preferred' version to control this binding. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-webob_1.2.3.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb (limited to 'meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb') diff --git a/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb b/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb deleted file mode 100644 index a30ee9c..0000000 --- a/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "WSGI request and response object" -HOMEPAGE = "http://webob.org/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" - -PR = "r0" -SRCNAME = "WebOb" - -SRC_URI = "http://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "11825b7074ba7043e157805e4e6e0f55" -SRC_URI[sha256sum] = "325c249f3ac35e72b75ba13b2c60317def0c986a24a413ebf700509ea4c73a13" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += " \ - python-sphinx \ - python-nose \ - " - -- cgit v1.2.3-54-g00ecf