]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - python3/python3.nm
gmp: Update to 6.2.0
[ipfire-3.x.git] / python3 / python3.nm
index e7394e0ec918f81843dd7182f5a70908739d5172..68f8072017fa0548534bce3ef13e38ad0f0378d8 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = python3
-major_ver  = 3.4
-version    = %{major_ver}.3
+major_ver  = 3.6
+version    = %{major_ver}.4
 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
@@ -63,7 +61,7 @@ build
 
        prepare_cmds
                if [ "%{lib}" = "lib64" ]; then
-                       patch -Np1 -i %{DIR_SOURCE}/python-3.4.3-lib64.patch
+                       patch -Np1 -i %{DIR_SOURCE}/python-3.6.0-lib64.patch
                fi
 
                # Remove embedded copies of expat and libffi
@@ -83,7 +81,8 @@ build
                --with-system-expat \
                --with-system-ffi \
                --enable-loadable-sqlite-extensions \
-               --enable-shared
+               --enable-shared \
+               --without-ensurepip
 
        test
                LD_LIBRARY_PATH=$(pwd) $(pwd)/python \
@@ -99,9 +98,9 @@ build
                        -x test_cmath \
                        -x test_asynchat \
                        -x test_asyncore
-
-               # test_subprocess won't work on grsecurity-enabled kernels
-               # test_float and test_cmath do not work on armv5tel (soft FPU)
+       
+       #       # test_subprocess won't work on grsecurity-enabled kernels
+       #       # test_float and test_cmath do not work on armv5tel (soft FPU)
        end
 
        install_cmds