SHA256
1
0
forked from pool/python-onnx

- Force the interpreter to match the one during build

- Mypy should use python3 to generate stuff not python2
  * no-python2.patch

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-onnx?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2020-04-23 11:56:53 +00:00
committed by Git OBS Bridge
parent e8f98c45e6
commit d6c644a4f9
3 changed files with 20 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 23 11:49:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Force the interpreter to match the one during build
- Mypy should use python3 to generate stuff not python2
* no-python2.patch
-------------------------------------------------------------------
Thu Apr 23 10:35:15 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>