diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb b/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb new file mode 100644 index 0000000..a316c04 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 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 | SRCNAME = "django-nose" | ||
| 11 | |||
| 12 | SRC_URI = "http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 13 | " | ||
| 14 | SRC_URI[md5sum] = "2713d95286ea49860458a312d2efe653" | ||
| 15 | SRC_URI[sha256sum] = "26cef3c6f62df2eee955a25195de6f793881317c0f5fd1a1c6f9e22f351a9313" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 18 | |||
| 19 | inherit setuptools | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | python-django \ | ||
| 27 | python-nose \ | ||
| 28 | " | ||
| 29 | |||
