diff options
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb (renamed from meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb b/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb index c207523..43eead6 100644 --- a/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb | |||
| @@ -8,8 +8,8 @@ SRC_URI = "\ | |||
| 8 | git://github.com/openstack/microversion-parse.git;branch=master \ | 8 | git://github.com/openstack/microversion-parse.git;branch=master \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | PV = "0.1.4+git${SRCPV}" | 11 | PV = "1.0.1+git${SRCPV}" |
| 12 | SRCREV = "1f6eac7c3df048679663919f75c2bcecd3e183a2" | 12 | SRCREV = "2c36df6bf33e42c379fbd8228fbe63c77b3714b1" |
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | inherit setuptools3 | 15 | inherit setuptools3 |
| @@ -19,7 +19,7 @@ DEPENDS += " \ | |||
| 19 | 19 | ||
| 20 | # Satisfy setup.py 'setup_requires' | 20 | # Satisfy setup.py 'setup_requires' |
| 21 | DEPENDS += " \ | 21 | DEPENDS += " \ |
| 22 | python-pbr-native \ | 22 | python3-pbr-native \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS_${PN} += " \ |
