diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-automaton_0.8.0.bb (renamed from meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb b/meta-openstack/recipes-devtools/python/python3-automaton_0.8.0.bb index 41ec297..86be7ca 100644 --- a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-automaton_0.8.0.bb | |||
| @@ -10,18 +10,18 @@ SRC_URI[sha256sum] = "ca8bfbea03b9f39a536b4b261d90fbe8b1b0e1766bff5d8222e35691f8 | |||
| 10 | inherit setuptools3 pypi | 10 | inherit setuptools3 pypi |
| 11 | 11 | ||
| 12 | DEPENDS += " \ | 12 | DEPENDS += " \ |
| 13 | python-pip \ | 13 | python3-pip \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | # Satisfy setup.py 'setup_requires' | 16 | # Satisfy setup.py 'setup_requires' |
| 17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 18 | python-pbr-native \ | 18 | python3-pbr-native \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | RDEPENDS_${PN} += " \ | 21 | RDEPENDS_${PN} += " \ |
| 22 | python-pbr \ | 22 | python3-pbr \ |
| 23 | python-six \ | 23 | python3-six \ |
| 24 | python-debtcollector \ | 24 | python3-debtcollector \ |
| 25 | python-prettytable \ | 25 | python3-prettytable \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
