summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-06-29 11:37:49 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-30 03:57:49 +0000
commitaecaeb1ca573eeee1547379d22de37f714f166c2 (patch)
treeea0f9ca1ea33225ebf2553ab7d30080895743e81 /meta-openstack
parentab920321f53a545c07252adce99f6bd6b51e61af (diff)
downloadmeta-cloud-services-aecaeb1ca573eeee1547379d22de37f714f166c2.tar.gz
python3-ovsdbapp: Change python to python3
upgrade 0.4.1 -> 0.4.4 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-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"
7SRCNAME = "ovsdbapp" 7SRCNAME = "ovsdbapp"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
9 9
10PV = "0.4.1+git${SRCPV}" 10PV = "0.4.4+git${SRCPV}"
11SRCREV = "742754bce3c9453f8c7186455a92e4f6d6b18ace" 11SRCREV = "40064ca2d99389f278028508a17f2e38d6df6f10"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit setuptools3 14inherit setuptools3
15 15
16# DEPENDS_default: python-pip 16# DEPENDS_default: python3-pip
17 17
18DEPENDS += " \ 18DEPENDS += " \
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'
24DEPENDS += " \ 24DEPENDS += " \
25 python-pbr-native \ 25 python3-pbr-native \
26 " 26 "
27 27
28RDEPENDS_${PN} += " \ 28RDEPENDS_${PN} += " \
29 python-fixtures \ 29 python3-fixtures \
30 python-ovs \ 30 python3-ovs \
31 python-pbr \ 31 python3-pbr \
32 " 32 "