forked from pool/python-funcparserlib
- add no2to3.patch for compatibility with newer setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcparserlib?expand=0&rev=17
This commit is contained in:
13
no2to3.patch
Normal file
13
no2to3.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- funcparserlib-0.3.6/setup.py
|
||||
+++ funcparserlib-0.3.6/setup.py
|
||||
@@ -4,10 +4,6 @@
|
||||
import sys
|
||||
|
||||
extra = {}
|
||||
-if sys.version_info >= (3,):
|
||||
- extra['use_2to3'] = True
|
||||
-
|
||||
-
|
||||
setup(
|
||||
name='funcparserlib',
|
||||
version='0.3.6',
|
||||
Reference in New Issue
Block a user