15
0

- 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:
2022-03-01 09:44:50 +00:00
committed by Git OBS Bridge
parent 91cd57230d
commit 1756d12b6b
3 changed files with 21 additions and 1 deletions

13
no2to3.patch Normal file
View 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',