Merge pull request #109581 from fabaff/python-hpilo

python3Packages.python-hpilo: init at 4.4.3
This commit is contained in:
Martin Weinelt
2021-01-17 10:44:33 +01:00
committed by GitHub
4 changed files with 65 additions and 1 deletions
+4
View File
@@ -6161,6 +6161,8 @@ in {
python-hosts = callPackage ../development/python-modules/python-hosts { };
python-hpilo = callPackage ../development/python-modules/python-hpilo { };
python-igraph = callPackage ../development/python-modules/python-igraph {
pkgconfig = pkgs.pkgconfig;
igraph = pkgs.igraph;
@@ -7912,6 +7914,8 @@ in {
userpath = callPackage ../development/python-modules/userpath { };
utils = callPackage ../development/python-modules/utils { };
uuid = callPackage ../development/python-modules/uuid { };
uvcclient = callPackage ../development/python-modules/uvcclient { };