From 93e43b021b7c3f451b17008a2398b0e499b1a0ae Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 14 Nov 2013 23:03:59 -0500 Subject: python-fixtures: introduce package to meet tempest dependencies Signed-off-by: Bruce Ashfield --- .../python/python-fixtures_0.3.14.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-fixtures_0.3.14.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_0.3.14.bb b/meta-openstack/recipes-devtools/python/python-fixtures_0.3.14.bb new file mode 100644 index 0000000..f72f986 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-fixtures_0.3.14.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Fixtures, reusable state for writing clean tests and more" +HOMEPAGE = "https://pypi.python.org/pypi/fixtures/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226" + +PR = "r0" +SRCNAME = "fixtures" + +SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "c63c79c87405dbdc8e0f877c3ff583fd" +SRC_URI[sha256sum] = "4cc3313e52519d2671bd22aacd4b3fde9d96b31eb49db04a7cd5ccc61fec5139" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +DISTUTILS_INSTALL_ARGS = "--root=${D} \ + --prefix=${prefix} \ + --install-lib=${PYTHON_SITEPACKAGES_DIR} \ + --install-data=${datadir}" \ No newline at end of file -- cgit v1.2.3-54-g00ecf