diff --git a/pkgs/development/python-modules/astroid/default.nix b/pkgs/development/python-modules/astroid/default.nix index efbf2f2e0f8..59bd0bc7c36 100644 --- a/pkgs/development/python-modules/astroid/default.nix +++ b/pkgs/development/python-modules/astroid/default.nix @@ -8,7 +8,6 @@ , typed-ast , pytestCheckHook , setuptools-scm -, setuptools-scm-git-archive , pylint }: @@ -29,7 +28,6 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools-scm - setuptools-scm-git-archive ]; # From astroid/__pkginfo__.py