Merge pull request #116114 from tfmoraes/openvino
python3-openvino: init at 2021.2
This commit is contained in:
@@ -4873,6 +4873,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 { });
|
||||
|
||||
Reference in New Issue
Block a user