summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb
diff options
context:
space:
mode:
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"