Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, two changes were made to python-gssapi's setup.py: * Instead of using macOS' GSS.Framework on Mac OS X 10.7+, the minimum is raised to 10.9+. * When not using GSS.Framework (that is, on Mac OS X below 10.9), instead of looking for a lib*.so file, look for a lib*.dylib file. With the addition of the `kerberos5` variant, the above changes are no longer needed: * We force `kerberos5` use on Mac OS X below 10.9, so we don't need to change the minimum version in setup.py. * When using the `kerberos5` variant, we short-circuit much of setup.py's detection logic by setting environment variables, so we don't need to change the code in setup.py.
- Loading branch information