From f836d97e0e2024e4f1c8a22f6c92f3309fbf6fc8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 9 Apr 2014 11:03:04 -0400 Subject: tox: introduce the tox framework and dependencies To enabled OpenStack unit testing: https://wiki.openstack.org/wiki/Testing#Unit_Testing_with_Tox We introduce tox and its depedencies. Adding it to the tempest RDEPENDS ensures that it is installed along with the rest of the test frameworks. Signed-off-by: Bruce Ashfield --- .../python/python-virtualenv_1.11.4.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-virtualenv_1.11.4.bb (limited to 'meta-openstack/recipes-devtools/python/python-virtualenv_1.11.4.bb') diff --git a/meta-openstack/recipes-devtools/python/python-virtualenv_1.11.4.bb b/meta-openstack/recipes-devtools/python/python-virtualenv_1.11.4.bb new file mode 100644 index 0000000..c2fb657 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-virtualenv_1.11.4.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Virtual Python Environment builder" +HOMEPAGE = "https://pypi.python.org/pypi/virtualenv" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53df9f8889d6a5fba83f425abe3b1568" + +PR = "r0" + +SRCNAME = "virtualenv" +SRC_URI = "http://pypi.python.org/packages/source/v/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "9accc2d3f0ec1da479ce2c3d1fdff06e" +SRC_URI[sha256sum] = "cf3d958f28eb7470bd04262ef397580a2e57407f2ee2c88e9b2892218eb0465a" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + python-dateutil \ + " -- cgit v1.2.3-54-g00ecf