summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
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"
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 "