Skip to content

Commit

Permalink
WIP: replace PyKerberos dependency with python-gssapi
Browse files Browse the repository at this point in the history
  • Loading branch information
svmhdvn committed Apr 18, 2024
1 parent d2d7ae0 commit 56e08b1
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 365 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.py[cod]
venv

# C extensions
*.so
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kerberos
gssapi
k5test
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@
include_package_data=True,
package_data={'': ['LICENSE', 'AUTHORS']},
platforms='any',
install_requires=['kerberos'],
install_requires=['gssapi'],
classifiers=['Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: WSGI',
Expand Down
Loading

0 comments on commit 56e08b1

Please sign in to comment.