11 inherit (openvino-native) version;
14 src = openvino-native.python;
16 propagatedBuildInputs = [ numpy ];
21 mkdir -p $out/${python.sitePackages}
22 cp -Rv * $out/${python.sitePackages}/
27 pythonImportsCheck = [
33 description = "OpenVINO(TM) Runtime";
34 homepage = "https://github.com/openvinotoolkit/openvino";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ hexa ];