From 0c4d144a989a444d038d58272d8571e97e00e86f Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Fri, 20 Dec 2019 18:35:08 +0100 Subject: Remove dependency on python3-six Since Python 2 support was removed in 1ca0323e7c29 ("Require Python 3 and remove support for Python 2."), python3-six is not needed anymore. Moreover python3-six is not available on RHEL/CentOS7 without using EPEL and so this patch is needed in order to release OVS 2.13 on RHEL7. Signed-off-by: Timothy Redaelli Signed-off-by: Ben Pfaff --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8abc1fdb5..4f483fa6e 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,6 @@ OVS_CHECK_OPENSSL OVS_CHECK_LIBCAPNG OVS_CHECK_LOGDIR OVS_CHECK_PYTHON3 -OVS_CHECK_SIX OVS_CHECK_FLAKE8 OVS_CHECK_SPHINX OVS_CHECK_DOT -- cgit v1.2.1