summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-14 23:03:59 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:37 -0500
commit93e43b021b7c3f451b17008a2398b0e499b1a0ae (patch)
treef191f6f222d7ae5482d22c8deb10660a79c9e9fc /meta-openstack/recipes-devtools/python
parentbeec37279e5bc5962ead243e5e7df851209a3d31 (diff)
downloadmeta-cloud-services-93e43b021b7c3f451b17008a2398b0e499b1a0ae.tar.gz
python-fixtures: introduce package to meet tempest dependencies
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-fixtures_0.3.14.bb22
1 files changed, 22 insertions, 0 deletions
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 @@
1DESCRIPTION = "Fixtures, reusable state for writing clean tests and more"
2HOMEPAGE = "https://pypi.python.org/pypi/fixtures/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226"
6
7PR = "r0"
8SRCNAME = "fixtures"
9
10SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "c63c79c87405dbdc8e0f877c3ff583fd"
13SRC_URI[sha256sum] = "4cc3313e52519d2671bd22aacd4b3fde9d96b31eb49db04a7cd5ccc61fec5139"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit distutils
18
19DISTUTILS_INSTALL_ARGS = "--root=${D} \
20 --prefix=${prefix} \
21 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
22 --install-data=${datadir}" \ No newline at end of file