about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-07-25 10:06:26 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2021-07-25 10:06:26 +0200
commitfef9719a58f7e52c8c3346fa5ceacff0b456d5b9 (patch)
tree6a7880d56b999a7de40eef45f59259597eab4e69
parent8c1bc844b4c57e38345484ce9a0caf6e4afbe215 (diff)
python3Packages.astroid: remove setuptools-scm-git-archive
I tested with this additional dependency and accidentally commited it.
-rw-r--r--pkgs/development/python-modules/astroid/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/astroid/default.nix b/pkgs/development/python-modules/astroid/default.nix
index efbf2f2e0f85b..59bd0bc7c369f 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