1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-17 18:50:33 -04:00
ports/devel/py-wsgiutils/files/patch-setup.py
2019-06-27 20:04:20 +00:00

10 lines
276 B
Python

--- setup.py.orig 2019-06-26 18:43:04 UTC
+++ setup.py
@@ -34,6 +34,7 @@ setup(name="WSGIUtils",
'wsgiutils',
],
package_dir = {'': 'lib'},
+ use_2to3=True,
classifiers = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',