Merge pull request #111827 from fabaff/solax

python3Packages.solax: init at 0.2.5
This commit is contained in:
Martin Weinelt
2021-02-04 13:46:17 +01:00
committed by GitHub
4 changed files with 92 additions and 1 deletions

View File

@@ -6101,6 +6101,8 @@ in {
pytest-httpbin = callPackage ../development/python-modules/pytest-httpbin { };
pytest-httpserver = callPackage ../development/python-modules/pytest-httpserver { };
pytest-instafail = callPackage ../development/python-modules/pytest-instafail { };
pytest-isort = callPackage ../development/python-modules/pytest-isort { };
@@ -7268,6 +7270,8 @@ in {
softlayer = callPackage ../development/python-modules/softlayer { };
solax = callPackage ../development/python-modules/solax { };
solo-python = disabledIf (!pythonAtLeast "3.6") (callPackage ../development/python-modules/solo-python { });
somajo = callPackage ../development/python-modules/somajo { };