ovn: remove python-six dep
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 8 Nov 2021 10:11:43 +0000 (12:11 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 10 Nov 2021 12:54:36 +0000 (14:54 +0200)
OVN doesn't require Python Six, since about commit
 https://github.com/ovn-org/ovn/commit/338a6ddb5ea1c89b48c484b0448a216a82225adc
Maybe even earlier than that.

There are some left-over installations of six in their CI, but no usage in
any Python source code.

Refreshed patches.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
net/ovn/Makefile
net/ovn/patches/0002-build-skip-tests-and-docs.patch

index 162150045acd495765fcdd3f200011c811841ec6..8b165c43b48bbe1786ebf6aa61f9e1c44c1736bb 100644 (file)
@@ -10,7 +10,7 @@ include ../openvswitch/openvswitch.mk
 
 PKG_NAME:=ovn
 PKG_VERSION:=20.12.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/ovn-org/ovn.git
@@ -22,7 +22,7 @@ PKG_LICENSE_FILES:=LICENSE
 PKG_CPE_ID:=cpe:/a:openvswitch:openvswitch
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_BUILD_DEPENDS+=python3/host python-six/host
+PKG_BUILD_DEPENDS+=python3/host
 PKG_USE_MIPS16:=0
 PKG_BUILD_PARALLEL:=1
 PKG_FIXUP:=autoreconf
index 12ef25de0b51aed1b56c70fbee79a63b74f44c0f..8fb7ffef721244a678990d1d6d4173ab4335399d 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
 
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -483,11 +483,9 @@ dist-docs:
+@@ -479,11 +479,9 @@ dist-docs:
  
  
  include automake.mk