pythonPackages: introduce top-level tornado_5

This commit is contained in:
Frederik Rietdijk 2020-08-29 14:31:57 +02:00
parent 58fd044ad0
commit 42fa7a9108

View File

@ -6939,8 +6939,12 @@ in {
else
callPackage ../development/python-modules/tornado/5.nix { };
# Used by circus and grab-site, 2020-08-29
tornado_4 = callPackage ../development/python-modules/tornado/4.nix { };
# Used by luigi, 2020-08-29
tornado_5 = callPackage ../development/python-modules/tornado/5.nix { };
tokenlib = callPackage ../development/python-modules/tokenlib { };
tunigo = callPackage ../development/python-modules/tunigo { };