python3Packages.tokenize-rt: init at 4.1.0

This commit is contained in:
Bernardo Meurer
2021-03-04 17:17:54 -08:00
parent 53c55b54e7
commit dc517ce7fd
2 changed files with 30 additions and 0 deletions
+2
View File
@@ -7974,6 +7974,8 @@ in {
tokenizers = disabledIf (!isPy3k) (toPythonModule (callPackage ../development/python-modules/tokenizers { }));
tokenize-rt = disabledIf (!isPy3k) (toPythonModule (callPackage ../development/python-modules/tokenize-rt { }));
tokenlib = callPackage ../development/python-modules/tokenlib { };
tokenserver = callPackage ../development/python-modules/tokenserver { };