Merge pull request #111173 from bhipple/u/luigi

luigi: remove dependency override on tornado_5
This commit is contained in:
Guillaume Girol
2021-01-30 18:18:20 +00:00
committed by GitHub
2 changed files with 4 additions and 11 deletions
+1 -1
View File
@@ -7780,7 +7780,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; };