devel/py-behave: Fix build with setuptools 58.0.0+

This commit is contained in:
Po-Chuan Hsieh 2022-03-25 20:59:29 +08:00
parent 5ab7ee40d6
commit a47f985ef3
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View 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",