pythonPackages.libcst: fix recursion

This commit is contained in:
Sandro Jäckel
2021-03-10 23:52:33 +01:00
parent eee29699f3
commit 92b80805df
2 changed files with 5 additions and 8 deletions
+1 -3
View File
@@ -3137,9 +3137,7 @@ in {
hypothesis = if isPy3k then callPackage ../development/python-modules/hypothesis { } else self.hypothesis_4;
hypothesmith = callPackage ../development/python-modules/hypothesmith {
libcst = self.libcst.override { doCheck = false; };
};
hypothesmith = callPackage ../development/python-modules/hypothesmith { };
hyppo = callPackage ../development/python-modules/hyppo { };