13 buildPythonPackage rec {
14 pname = "requests-credssp";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 hash = "sha256-HHLEmQ+mNjMjpR6J+emrKFM+2PiYq32o7Gnoo0gUrNA=";
27 propagatedBuildInputs = [
37 passthru.optional-dependencies = {
39 # pyspnego[kerberos] will have those two dependencies
45 pythonImportsCheck = [
50 description = "HTTPS CredSSP authentication with the requests library";
51 homepage = "https://github.com/jborean93/requests-credssp";
52 license = licenses.mit;
53 maintainers = with maintainers; [ fab ];