Merge pull request #115140 from fabaff/openwrt-ubus-rpc

python3Packages.openwrt-ubus-rpc: init at 0.0.3
This commit is contained in:
Sandro
2021-03-05 01:41:36 +01:00
committed by GitHub
2 changed files with 36 additions and 0 deletions
+2
View File
@@ -4637,6 +4637,8 @@ in {
openwrt-luci-rpc = disabledIf (!isPy3k) (callPackage ../development/python-modules/openwrt-luci-rpc { });
openwrt-ubus-rpc = callPackage ../development/python-modules/openwrt-ubus-rpc { };
opt-einsum = if isPy27 then
callPackage ../development/python-modules/opt-einsum/2.nix { }
else