diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb (renamed from meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb index c8883be..c2e098f 100644 --- a/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb | |||
| @@ -15,14 +15,14 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} \ | |||
| 15 | --install-data=${datadir}" | 15 | --install-data=${datadir}" |
| 16 | 16 | ||
| 17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 18 | python-pbr \ | 18 | python3-pbr \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | # Satisfy setup.py 'setup_requires' | 21 | # Satisfy setup.py 'setup_requires' |
| 22 | DEPENDS += " \ | 22 | DEPENDS += " \ |
| 23 | python-pbr-native \ | 23 | python3-pbr-native \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | RDEPENDS_${PN} += "python-testtools \ | 26 | RDEPENDS_${PN} += "python3-testtools \ |
| 27 | python-pbr \ | 27 | python3-pbr \ |
| 28 | " | 28 | " |
