/[packages]/cauldron/afflib/current/SOURCES/python3.8.patch
ViewVC logotype

Contents of /cauldron/afflib/current/SOURCES/python3.8.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1438894 - (show annotations) (download)
Mon Sep 9 15:31:19 2019 UTC (4 years, 7 months ago) by wally
File size: 384 byte(s)
- rebuild for python3.8
- drop python2 support
1 diff --git a/pyaff/setup.py b/pyaff/setup.py
2 index 5d8ce64..e3f942e 100644
3 --- a/pyaff/setup.py
4 +++ b/pyaff/setup.py
5 @@ -9,7 +9,7 @@ try:
6 except ImportError:
7 USE_CYTHON = False
8
9 -pyaff = [Extension('pyaff', ['pyaff.pyx'], libraries = ['afflib'])]
10 +pyaff = [Extension('pyaff', ['pyaff.pyx'], libraries = ['afflib', 'python3.8'])]
11
12 if USE_CYTHON:
13 pyaff = cythonize(pyaff)

  ViewVC Help
Powered by ViewVC 1.1.30