From aecaeb1ca573eeee1547379d22de37f714f166c2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 29 Jun 2020 11:37:49 +0800 Subject: python3-ovsdbapp: Change python to python3 upgrade 0.4.1 -> 0.4.4 Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-ovsdbapp_git.bb | 32 ---------------------- .../python/python3-ovsdbapp_git.bb | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb b/meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb deleted file mode 100644 index c464f2a..0000000 --- a/meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "OVSDB application library" -HOMEPAGE = "https://github.com/openstack/ovsdbapp" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -SRCNAME = "ovsdbapp" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" - -PV = "0.4.1+git${SRCPV}" -SRCREV = "742754bce3c9453f8c7186455a92e4f6d6b18ace" -S = "${WORKDIR}/git" - -inherit setuptools3 - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-fixtures \ - python-ovs \ - python-pbr \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb new file mode 100644 index 0000000..4c0510c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "OVSDB application library" +HOMEPAGE = "https://github.com/openstack/ovsdbapp" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRCNAME = "ovsdbapp" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" + +PV = "0.4.4+git${SRCPV}" +SRCREV = "40064ca2d99389f278028508a17f2e38d6df6f10" +S = "${WORKDIR}/git" + +inherit setuptools3 + +# DEPENDS_default: python3-pip + +DEPENDS += " \ + python3-pip \ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python3-fixtures \ + python3-ovs \ + python3-pbr \ + " -- cgit v1.2.3-54-g00ecf