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