Blame SOURCES/libproxy-0.4.15-python3738.patch

167b4f
From 2d6da65598b90480b4a62c4633eda035ea51681f Mon Sep 17 00:00:00 2001
167b4f
From: David King <amigadave@amigadave.com>
167b4f
Date: Wed, 27 Jun 2018 06:36:00 +0100
167b4f
Subject: [PATCH] python: support Python 3.7 and 3.8
167b4f
167b4f
Add 3.7 and 3.8 to the list of accepted Python 3 versions.
167b4f
---
167b4f
 cmake/FindPython3Interp.cmake | 2 +-
167b4f
 1 file changed, 1 insertion(+), 1 deletion(-)
167b4f
167b4f
diff --git a/cmake/FindPython3Interp.cmake b/cmake/FindPython3Interp.cmake
167b4f
index c6cbe3d..8e5e409 100644
167b4f
--- a/cmake/FindPython3Interp.cmake
167b4f
+++ b/cmake/FindPython3Interp.cmake
167b4f
@@ -39,7 +39,7 @@
167b4f
 
167b4f
 unset(_Python3_NAMES)
167b4f
 
167b4f
-set(_Python3_VERSIONS 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
167b4f
+set(_Python3_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
167b4f
 
167b4f
 if(Python3Interp_FIND_VERSION)
167b4f
     if(Python3Interp_FIND_VERSION_COUNT GREATER 1)
167b4f
-- 
167b4f
2.17.1
167b4f