From e4be485c6103713cb9b90f8dee4041732d3d07d1 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 29 Sep 2020 22:59:19 +0800 Subject: python3-ovs: upgrade 2.7.2 -> 2.13.0 Consolidate inc and bb files into a single bb file. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-ovs.inc | 10 ---------- meta-openstack/recipes-devtools/python/python3-ovs_2.13.0.bb | 10 ++++++++++ meta-openstack/recipes-devtools/python/python3-ovs_2.7.2.bb | 2 -- 3 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-ovs.inc create mode 100644 meta-openstack/recipes-devtools/python/python3-ovs_2.13.0.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-ovs_2.7.2.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-ovs.inc b/meta-openstack/recipes-devtools/python/python-ovs.inc deleted file mode 100644 index d9303f2..0000000 --- a/meta-openstack/recipes-devtools/python/python-ovs.inc +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "Open vSwitch library" -HOMEPAGE = "https://pypi.python.org/pypi/ovs" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" - -SRC_URI[md5sum] = "8551ed58f4e5878db9a599e2d7792d98" -SRC_URI[sha256sum] = "24cc9e324b03ba8d5799f07edf6c8eef013d6cbf741707f42200b1674fd60928" - -inherit pypi diff --git a/meta-openstack/recipes-devtools/python/python3-ovs_2.13.0.bb b/meta-openstack/recipes-devtools/python/python3-ovs_2.13.0.bb new file mode 100644 index 0000000..4f372bc --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-ovs_2.13.0.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Open vSwitch library" +HOMEPAGE = "https://pypi.python.org/pypi/ovs" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" + +SRC_URI[md5sum] = "a4a252b3c1c7d3d2d4d622179cff178e" +SRC_URI[sha256sum] = "c158aaaddbad1f122222f45def50e2bb2f9af4e21a101f5be8488da66d4391f5" + +inherit setuptools3 pypi diff --git a/meta-openstack/recipes-devtools/python/python3-ovs_2.7.2.bb b/meta-openstack/recipes-devtools/python/python3-ovs_2.7.2.bb deleted file mode 100644 index 9c9b82b..0000000 --- a/meta-openstack/recipes-devtools/python/python3-ovs_2.7.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-ovs.inc -inherit setuptools3 -- cgit v1.2.3-54-g00ecf