luigi: remove dependency override on tornado_5

When building luigi on python3, upstream supports the latest tornado
This commit is contained in:
Benjamin Hipple
2021-01-29 11:39:06 -05:00
parent a6507da440
commit bf903ddb3f
2 changed files with 4 additions and 11 deletions
+1 -1
View File
@@ -7772,7 +7772,7 @@ in {
# Used by circus and grab-site, 2020-08-29
tornado_4 = callPackage ../development/python-modules/tornado/4.nix { };
# Used by luigi, 2020-08-29
# Used by streamlit, graphite_beacon, 2021-01-29
tornado_5 = callPackage ../development/python-modules/tornado/5.nix { };
towncrier = callPackage ../development/python-modules/towncrier { inherit (pkgs) git; };