From 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 3 Mar 2015 14:41:30 -0500 Subject: support-libs: refresh round1 Refreshing the support libraries to prepare for kilo uprevs of the core components. Signed-off-by: Bruce Ashfield --- .../python/python-django-nose_1.2.bb | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-django-nose_1.2.bb (limited to 'meta-openstack/recipes-devtools/python/python-django-nose_1.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python-django-nose_1.2.bb b/meta-openstack/recipes-devtools/python/python-django-nose_1.2.bb deleted file mode 100644 index 0c2eee2..0000000 --- a/meta-openstack/recipes-devtools/python/python-django-nose_1.2.bb +++ /dev/null @@ -1,31 +0,0 @@ -# -# Copyright (C) 2014 Wind River Systems, Inc. -# -DESCRIPTION = "Django test runner using nose" -HOMEPAGE = "https://github.com/django-nose/django-nose" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7f88f52f66738ec7259424ce46e855c2" - -PR = "r0" -SRCNAME = "django-nose" - -SRC_URI = "http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ - " - -SRC_URI[md5sum] = "199d5358317a804b39fe05d806cab427" -SRC_URI[sha256sum] = "9aae16b562866a4ddaa5e8978729abadbbed544728d88e0b9c9af7b31dd072ed" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -DEPENDS += " \ - python-pip \ - " - -RDEPENDS_${PN} += " \ - python-django \ - python-nose \ - " - -- cgit v1.2.3-54-g00ecf