summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django-nose_1.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-nose_1.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-nose_1.3.bb30
1 files changed, 30 insertions, 0 deletions
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 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4DESCRIPTION = "Django test runner using nose"
5HOMEPAGE = "https://github.com/django-nose/django-nose"
6SECTION = "devel/python"
7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=7f88f52f66738ec7259424ce46e855c2"
9
10PR = "r0"
11SRCNAME = "django-nose"
12
13SRC_URI = "http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
14 "
15SRC_URI[md5sum] = "d39d72ac877cd67af6b41e129911fbfd"
16SRC_URI[sha256sum] = "3667d26a41fec30364a0ef72580832ca5328802d553f6d6e72af5ac21cb36365"
17
18S = "${WORKDIR}/${SRCNAME}-${PV}"
19
20inherit setuptools
21
22DEPENDS += " \
23 python-pip \
24 "
25
26RDEPENDS_${PN} += " \
27 python-django \
28 python-nose \
29 "
30