diff --git a/pkgs/development/python-modules/a2wsgi/default.nix b/pkgs/development/python-modules/a2wsgi/default.nix index 52189515b389..7cb150264cf7 100644 --- a/pkgs/development/python-modules/a2wsgi/default.nix +++ b/pkgs/development/python-modules/a2wsgi/default.nix @@ -4,7 +4,6 @@ , asgiref , httpx , pdm-backend -, pdm-pep517 , pytest-asyncio , pytestCheckHook }: @@ -21,7 +20,6 @@ buildPythonPackage rec { nativeBuildInputs = [ pdm-backend - pdm-pep517 ]; nativeCheckInputs = [