summaryrefslogtreecommitdiff
path: root/mail/py-python-slimta/files/patch-setup.py
blob: 869aa9a07fc183176f1f72659fc8c77e7bdda71b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2021-01-08 23:33:01 UTC
+++ setup.py
@@ -40,7 +40,7 @@ setup(name='python-slimta',
       packages=find_packages(),
       namespace_packages=['slimta'],
       install_requires=['gevent >= 1.1rc',
-                        'pysasl >= 0.4.0, < 0.5',
+                        'pysasl >= 0.4.0',
                         'pycares < 3.0.0; python_version < "3.0"',
                         'pycares >= 1; python_version >= "3.0"'],
       extras_require={'spf': ['pyspf', 'py3dns; python_version >= "3.0"',