diff --git a/pkgs/development/python-modules/asyauth/default.nix b/pkgs/development/python-modules/asyauth/default.nix index b6a89d1bf7e0..1bf1fc0db692 100644 --- a/pkgs/development/python-modules/asyauth/default.nix +++ b/pkgs/development/python-modules/asyauth/default.nix @@ -5,7 +5,6 @@ buildPythonPackage, fetchPypi, minikerberos, - pythonOlder, setuptools, unicrypto, }: @@ -15,8 +14,6 @@ buildPythonPackage rec { version = "0.0.23"; pyproject = true; - disabled = pythonOlder "3.7"; - src = fetchPypi { inherit pname version; hash = "sha256-NvA4TdsrYloQMzNjyv4ZDW6cntF/0Hs+KIdkGjzGJvA="; @@ -40,7 +37,7 @@ buildPythonPackage rec { description = "Unified authentication library"; homepage = "https://github.com/skelsec/asyauth"; changelog = "https://github.com/skelsec/asyauth/releases/tag/${version}"; - license = with lib.licenses; [ mit ]; + license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; }