OSDN Git Service

added pm-wrapper-interface
[alterlinux/alterlinux-pkgbuilds.git] / alter-stable / any / pythonqt / fix_python_version.patch
1 diff -uprNEBZ --suppress-blank-empty a/build/python.prf b/build/python.prf
2 --- a/build/python.prf  2016-06-09 06:10:52.000000000 -0500
3 +++ b/build/python.prf  2017-06-08 10:03:40.858019605 -0500
4 @@ -2,7 +2,8 @@
5
6  # Change this variable to your python version (2.6, 2.7, 3.3, ...)
7  win32:PYTHON_VERSION=27
8 -unix:PYTHON_VERSION=2.7
9 +# Use Python3
10 +unix:PYTHON_VERSION=3
11  \r
12  macx {\r
13    # for macx you need to have the Python development kit installed as framework\r