Merge pull request #108925 from SuperSandro2000/fix-collection2

This commit is contained in:
Sandro
2021-01-11 19:26:51 +01:00
committed by GitHub
24 changed files with 174 additions and 107 deletions
+4
View File
@@ -5450,6 +5450,8 @@ in {
pyls-mypy = callPackage ../development/python-modules/pyls-mypy { };
pyls-spyder = callPackage ../development/python-modules/pyls-spyder { };
PyLTI = callPackage ../development/python-modules/pylti { };
pymacaroons = callPackage ../development/python-modules/pymacaroons { };
@@ -7508,6 +7510,8 @@ in {
threadpoolctl = callPackage ../development/python-modules/threadpoolctl { };
three-merge = callPackage ../development/python-modules/three-merge { };
thrift = callPackage ../development/python-modules/thrift { };
thumbor = callPackage ../development/python-modules/thumbor { };