diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb (renamed from meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb) | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb index c464f2a..4c0510c 100644 --- a/meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb | |||
| @@ -7,26 +7,26 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 7 | SRCNAME = "ovsdbapp" | 7 | SRCNAME = "ovsdbapp" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 9 | 9 | ||
| 10 | PV = "0.4.1+git${SRCPV}" | 10 | PV = "0.4.4+git${SRCPV}" |
| 11 | SRCREV = "742754bce3c9453f8c7186455a92e4f6d6b18ace" | 11 | SRCREV = "40064ca2d99389f278028508a17f2e38d6df6f10" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools3 | 14 | inherit setuptools3 |
| 15 | 15 | ||
| 16 | # DEPENDS_default: python-pip | 16 | # DEPENDS_default: python3-pip |
| 17 | 17 | ||
| 18 | DEPENDS += " \ | 18 | DEPENDS += " \ |
| 19 | python-pip \ | 19 | python3-pip \ |
| 20 | python-pbr \ | 20 | python3-pbr \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # Satisfy setup.py 'setup_requires' | 23 | # Satisfy setup.py 'setup_requires' |
| 24 | DEPENDS += " \ | 24 | DEPENDS += " \ |
| 25 | python-pbr-native \ | 25 | python3-pbr-native \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | RDEPENDS_${PN} += " \ | 28 | RDEPENDS_${PN} += " \ |
| 29 | python-fixtures \ | 29 | python3-fixtures \ |
| 30 | python-ovs \ | 30 | python3-ovs \ |
| 31 | python-pbr \ | 31 | python3-pbr \ |
| 32 | " | 32 | " |
