SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,16 @@
fix the build with tornado6
backport of commit 15cfa135 from upstream
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -52,7 +52,7 @@ setup(
'Programming Language :: Python :: 3 :: Only',
],
python_requires='>=3.5',
- install_requires=['tornado>=4.2,<6'],
+ install_requires=['tornado>=4.2,<7'],
extras_require={
'spelling': ['apertium-streamparser'],
'suggestions': ['requests'],