requests / requests-kerberos

An authentication handler for using Kerberos with Python Requests.
Other
289 stars 101 forks source link

(test) build wheels with cibuildwheel #192

Closed jamesfricker closed 1 month ago

jamesfricker commented 1 month ago

Hoping this will ensure the user doesn't actually need the underlying packages and can pip install on linux without krb5

jborean93 commented 1 month ago

What are you trying to achieve with these changes? The PyPI package already contains a universal wheel for this library https://pypi.org/project/requests-kerberos/#files. The underlying Kerberos/GSSAPI dependency doesn’t have a wheel for Linux on PyPI for various reasons which we cannot change unfortunately.

jamesfricker commented 1 month ago

apologies - this doesn't work how I thought, you are correct. Was hoping this would work but it seems that it's not possible. 😔 Thanks for the comment!