diff options
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.bb | 30 |
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 | # | ||
| 4 | DESCRIPTION = "Django test runner using nose" | ||
| 5 | HOMEPAGE = "https://github.com/django-nose/django-nose" | ||
| 6 | SECTION = "devel/python" | ||
| 7 | LICENSE = "BSD" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7f88f52f66738ec7259424ce46e855c2" | ||
| 9 | |||
| 10 | PR = "r0" | ||
| 11 | SRCNAME = "django-nose" | ||
| 12 | |||
| 13 | SRC_URI = "http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 14 | " | ||
| 15 | SRC_URI[md5sum] = "d39d72ac877cd67af6b41e129911fbfd" | ||
| 16 | SRC_URI[sha256sum] = "3667d26a41fec30364a0ef72580832ca5328802d553f6d6e72af5ac21cb36365" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 19 | |||
| 20 | inherit setuptools | ||
| 21 | |||
| 22 | DEPENDS += " \ | ||
| 23 | python-pip \ | ||
| 24 | " | ||
| 25 | |||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | python-django \ | ||
| 28 | python-nose \ | ||
| 29 | " | ||
| 30 | |||
