SHA256
1
0
forked from pool/python-onnx

Accepting request 974888 from home:mcepl:branches:science:machinelearning

- Add 3734-enable-python310.patch to make the package Python 3.10
  compatible (gh#onnx/onnx#3734).
- Remove no-python2.patch, it is really better to fix shebang
  with a sed command.

OBS-URL: https://build.opensuse.org/request/show/974888
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-onnx?expand=0&rev=31
This commit is contained in:
2022-05-05 10:14:06 +00:00
committed by Git OBS Bridge
parent 3f07f08da9
commit 625cc2ead1
5 changed files with 1118 additions and 15 deletions

View File

@@ -1,6 +1,2 @@
# This line is mandatory to access the configuration functions
from Config import *
# there are source files which are parsed with pybind11, so they have to be included
addFilter("python3-onnx.* devel-file-in-non-devel-package")
# special library loader
addFilter("libonnxifi_dummy.* lto-no-text-in-archive")