From c126a41a4a919623bfb331a16f8bf1937ebecd0e Mon Sep 17 00:00:00 2001 From: Ruslan Dautkhanov Date: Fri, 29 Nov 2019 15:21:20 -0700 Subject: [PATCH] switch to sasl3 package switch to sasl3 package which fixes Python 3 compatibility and doesn't have runtime issue on rhel6 platform https://pypi.org/project/sasl3/ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ca53b4..476015b 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def run_tests(self): extras_require = { 'kerberos': [ 'python-krbV', - 'sasl'] + 'sasl3'] } tests_require = [