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.3.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-django-nose_1.3.bb (limited to 'meta-openstack/recipes-devtools/python/python-django-nose_1.3.bb') diff --git a/meta-openstack/recipes-devtools/python/python-django-nose_1.3.bb b/meta-openstack/recipes-devtools/python/python-django-nose_1.3.bb new file mode 100644 index 0000000..b6a7566 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django-nose_1.3.bb @@ -0,0 +1,30 @@ +# +# 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] = "d39d72ac877cd67af6b41e129911fbfd" +SRC_URI[sha256sum] = "3667d26a41fec30364a0ef72580832ca5328802d553f6d6e72af5ac21cb36365" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + python-django \ + python-nose \ + " + -- cgit v1.2.3-54-g00ecf