summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pytest_2.5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pytest_2.5.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pytest_2.5.2.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pytest_2.5.2.bb b/meta-openstack/recipes-devtools/python/python-pytest_2.5.2.bb
new file mode 100644
index 0000000..5ea4a10
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pytest_2.5.2.bb
@@ -0,0 +1,24 @@
1DESCRIPTION = "pytest: simple powerful testing with Python"
2HOMEPAGE = " http://pytest.org"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
6
7PR = "r0"
8
9SRCNAME = "pytest"
10SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "8ea3d1939e81514ccba9ba0e9566b5be"
13SRC_URI[sha256sum] = "962452611799878616d6df5e7674cc2c356f902ed005dc4dae9d4e79bb8abda4"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19DEPENDS += " \
20 python-pip \
21 "
22
23RDEPENDS_${PN} += " \
24 "