diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb b/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb index f8f7163..c2b79e4 100644 --- a/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb +++ b/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb | |||
| @@ -21,4 +21,10 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} \ | |||
| 21 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | 21 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ |
| 22 | --install-data=${datadir}" | 22 | --install-data=${datadir}" |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} += "python-testtools" | 24 | DEPENDS += " \ |
| 25 | python-pbr \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += "python-testtools \ | ||
| 29 | python-pbr \ | ||
| 30 | " | ||
