summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-04-08 10:37:31 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-08 10:37:31 -0400
commit416db609203d21703e17ae03f877e21db888afcc (patch)
tree286e4f74852cc1671f9c90d3ec4d7079cc8d6096 /meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb
parent74f2c911a92bc88036c8ba7fbf080a5796f4e6eb (diff)
parent274cf835e275e8ec2f1a4260bd4437b5cdcaed92 (diff)
downloadmeta-cloud-services-416db609203d21703e17ae03f877e21db888afcc.tar.gz
Merge branch 'master' into kilo
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb b/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb
index a3d6a34..fe1c8d1 100644
--- a/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb
@@ -20,3 +20,5 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} \
20 --prefix=${prefix} \ 20 --prefix=${prefix} \
21 --install-lib=${PYTHON_SITEPACKAGES_DIR} \ 21 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
22 --install-data=${datadir}" 22 --install-data=${datadir}"
23
24RDEPENDS_${PN} += "python-testtools"