mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-behave: Fix build with setuptools 58.0.0+
This commit is contained in:
parent
5ab7ee40d6
commit
a47f985ef3
1 changed files with 11 additions and 0 deletions
11
devel/py-behave/files/patch-setup.py
Normal file
11
devel/py-behave/files/patch-setup.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- setup.py.orig 2018-02-25 16:27:09 UTC
|
||||||
|
+++ setup.py
|
||||||
|
@@ -100,8 +100,6 @@ setup(
|
||||||
|
"pylint",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
- # MAYBE-DISABLE: use_2to3
|
||||||
|
- use_2to3= bool(python_version >= 3.0),
|
||||||
|
license="BSD",
|
||||||
|
classifiers=[
|
||||||
|
"Development Status :: 4 - Beta",
|
Loading…
Add table
Reference in a new issue