SHA256
1
0
forked from pool/python-onnx
Files
python-onnx/no-python2.patch
Guillaume GARDET 3f07f08da9 Accepting request 947377 from home:Guillaume_G:branches:science:machinelearning
- 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
2022-01-19 10:13:08 +00:00

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