gnu: python-onnx: Delete bundled software.

* gnu/packages/machine-learning.scm (python-onnx)[source]: Delete
the 'third_party' directory.
This commit is contained in:
Ludovic Courtès 2021-07-30 17:01:54 +02:00 committed by Ludovic Courtès
parent 3ac3ca367a
commit bb5b6b09dc
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -591,7 +591,9 @@ (define-public python-onnx
(uri (pypi-uri "onnx" version))
(patches (search-patches "python-onnx-use-system-googletest.patch"))
(sha256
(base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))))
(base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))
(modules '((guix build utils)))
(snippet '(delete-file-recursively "third_party"))))
(build-system python-build-system)
(native-inputs
`(("cmake" ,cmake)