python3: Update to 3.6.3

Message ID 20171011072050.9128-1-stefan.schantl@ipfire.org
State Accepted
Commit 3a94ed2ac173c9f07c3f9865cd3068ca56ebc9f4
Headers
Series python3: Update to 3.6.3 |

Commit Message

Stefan Schantl Oct. 11, 2017, 6:20 p.m. UTC
  This is a minor update to the latest stable version of the python 3.6
series.

* Drop support for X11 and GL (mesa)

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 python3/python3.nm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
  

Patch

diff --git a/python3/python3.nm b/python3/python3.nm
index cc26941..ce14fdd 100644
--- a/python3/python3.nm
+++ b/python3/python3.nm
@@ -5,7 +5,7 @@ 
 
 name       = python3
 major_ver  = 3.6
-version    = %{major_ver}.0
+version    = %{major_ver}.3
 release    = 1
 thisapp    = Python-%{version}
 
@@ -42,8 +42,6 @@  build
 		gmp-devel
 		libdb-devel
 		libffi-devel
-		libGL-devel
-		libX11-devel
 		ncurses-devel
 		openssl-devel
 		pkg-config