1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

x11/py-pyvirtualdisplay: Fix build with setuptools 58.0.0+

With hat:	python
This commit is contained in:
Po-Chuan Hsieh 2022-04-16 12:15:46 +08:00
parent 291e8f2aec
commit ed99bf72da
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -0,0 +1,12 @@
--- setup.py.orig 2019-06-23 16:14:24 UTC
+++ setup.py
@@ -23,9 +23,6 @@ exec(open(os.path.join(NAME, 'about.py')).read())
VERSION = __version__
extra = {}
-if sys.version_info >= (3,):
- extra['use_2to3'] = True
- extra['use_2to3_exclude_fixers'] = ['lib2to3.fixes.fix_import']
classifiers = [
# Get more strings from