python3-openvino: init at 2021.2

This commit is contained in:
Thiago Franco de Moraes
2021-04-11 16:39:32 -03:00
parent 0ce0745147
commit 2d25c6fbf2
3 changed files with 130 additions and 0 deletions
+5
View File
@@ -4821,6 +4821,11 @@ in {
opentracing = callPackage ../development/python-modules/opentracing { };
openvino = disabledIf isPy27 (toPythonModule (pkgs.openvino.override {
inherit (self) python;
enablePython = true;
}));
openwebifpy = callPackage ../development/python-modules/openwebifpy { };
openwrt-luci-rpc = disabledIf (!isPy3k) (callPackage ../development/python-modules/openwrt-luci-rpc { });