python3Packages.solax: init at 0.2.5

This commit is contained in:
Fabian Affolter
2021-02-03 23:25:08 +01:00
parent bc59568196
commit 82b980405e
2 changed files with 43 additions and 0 deletions

View File

@@ -7264,6 +7264,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 { };