python3Packages.tornado_: restore pinned versions
(cherry picked from commit 5af6febf48)
This commit is contained in:
@@ -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 { };
|
||||||
|
|||||||
Reference in New Issue
Block a user