SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
www/apertium-apy/patches/patch-setup_py
Normal file
16
www/apertium-apy/patches/patch-setup_py
Normal 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'],
|
Loading…
Add table
Add a link
Reference in a new issue