forked from pool/python-onnx
- Update to 1.10.2: https://github.com/onnx/onnx/releases/tag/v1.10.2 - Rebase no-python2.patch - Disable python 3.10 support as onnx is not ready yet. - Do not run tests in parallel, since it is not parallel safe. OBS-URL: https://build.opensuse.org/request/show/947377 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-onnx?expand=0&rev=30
9 lines
261 B
Diff
9 lines
261 B
Diff
--- onnx-1.10.2/tools/protoc-gen-mypy.py.orig 2022-01-19 10:03:51.018636231 +0100
|
|
+++ onnx-1.10.2/tools/protoc-gen-mypy.py 2022-01-19 10:04:17.218928895 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python3
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|