python3Packages.tornado_: restore pinned versions
(cherry picked from commit 5af6febf48
)
This commit is contained in:
parent
15d088280c
commit
ef55e4b525
@ -6990,6 +6990,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 { };
|
||||
|
||||
towncrier = callPackage ../development/python-modules/towncrier { inherit (pkgs) git; };
|
||||
|
||||
tox = callPackage ../development/python-modules/tox { };
|
||||
|
Loading…
Reference in New Issue
Block a user