Make 'kerberos' an optional feature in the Python wheel, to avoid the need to install MIT Kerberos on the system by default. Tidy up the Python versioning a little whilst passing. Fixes #6268

This commit is contained in:
Dave Page
2021-03-08 11:33:00 +00:00
parent 059dad747d
commit 5e40f9904d
8 changed files with 18 additions and 33 deletions

View File

@@ -27,8 +27,3 @@ testtools==2.3.0
traceback2==1.4.0
selenium==3.14.0
coverage==5.0.1
###############################################################
# Modules specifically required for Python3.3 or lesser version
###############################################################
mock===2.0.0; python_version < '3.3'