aboutsummaryrefslogtreecommitdiffstats
path: root/main/fail2ban/setuptools59.patch
blob: d54f3a345b4ff408c05a940467f4277e0a46f000 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/setup.py
+++ b/setup.py
@@ -186,7 +186,6 @@
 if setuptools:
 	setup_extra = {
 		'test_suite': "fail2ban.tests.utils.gatherTests",
-		'use_2to3': True,
 	}
 else:
 	setup_extra = {}