1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 11:10:32 -04:00
ports/textproc/py-Tempita/files/patch-setup.py
Po-Chuan Hsieh 1abbc5aa31
textproc/py-Tempita: Fix build with py-setuptools 58.0.0+
===>  Configuring for py38-Tempita-0.5.2
error in Tempita setup command: use_2to3 is invalid.
*** Error code 1

Stop.
make: stopped in /usr/ports/textproc/py-Tempita

Reference:	https://github.com/pypa/setuptools/blob/main/CHANGES.rst
2021-09-21 11:47:26 +08:00

8 lines
220 B
Python

--- setup.py.orig 2013-12-17 04:07:27 UTC
+++ setup.py
@@ -36,5 +36,4 @@ more to learn about it.
test_suite='nose.collector',
include_package_data=True,
zip_safe=True,
- use_2to3=True,
)