python2Packages.typing: we no longer need it for Python 3

This commit is contained in:
Frederik Rietdijk
2021-04-03 17:49:55 +02:00
parent c57d51f1ab
commit 3904d4d477
25 changed files with 40 additions and 28 deletions
+1 -1
View File
@@ -7906,7 +7906,7 @@ in {
typesystem = callPackage ../development/python-modules/typesystem { };
typing = callPackage ../development/python-modules/typing { };
typing = null;
typing-extensions = callPackage ../development/python-modules/typing-extensions { };