From fef9719a58f7e52c8c3346fa5ceacff0b456d5b9 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 25 Jul 2021 10:06:26 +0200 Subject: [PATCH] python3Packages.astroid: remove setuptools-scm-git-archive I tested with this additional dependency and accidentally commited it. --- pkgs/development/python-modules/astroid/default.nix | 2 -- 1 file changed, 2 deletions(-) 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