diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-14 23:03:59 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:37 -0500 |
| commit | 93e43b021b7c3f451b17008a2398b0e499b1a0ae (patch) | |
| tree | f191f6f222d7ae5482d22c8deb10660a79c9e9fc /meta-openstack/recipes-devtools/python | |
| parent | beec37279e5bc5962ead243e5e7df851209a3d31 (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "Fixtures, reusable state for writing clean tests and more" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/fixtures/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "fixtures" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "c63c79c87405dbdc8e0f877c3ff583fd" | ||
| 13 | SRC_URI[sha256sum] = "4cc3313e52519d2671bd22aacd4b3fde9d96b31eb49db04a7cd5ccc61fec5139" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit distutils | ||
| 18 | |||
| 19 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 20 | --prefix=${prefix} \ | ||
| 21 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 22 | --install-data=${datadir}" \ No newline at end of file | ||
