14 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-A0vVpEI8TKelZ96dIqSc01SX1gU3pDUVSOV6jap2WtU=";
27 propagatedBuildInputs = [
41 # struct.error: unpack requires a buffer of 1 bytes
42 "test_credssp_invalid_client_authentication"
45 LC_ALL = "en_US.UTF-8";
47 pythonImportsCheck = [ "spnego" ];
50 description = "Python SPNEGO authentication library";
51 homepage = "https://github.com/jborean93/pyspnego";
52 license = with licenses; [ mit ];
53 maintainers = with maintainers; [ fab ];