gnu: python-statsmodels: Remove cythonized files from tarball.

* gnu/packages/statistics.scm (python-statsmodels)[source]: Add snippet
to remove cythonized files.
This commit is contained in:
Efraim Flashner 2021-12-21 15:21:19 +02:00
parent 8e213a15d3
commit 2c067089d7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2,7 +2,7 @@
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Vicente Vera Parra <vicentemvp@gmail.com>
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
@ -1970,7 +1970,11 @@ (define-public python-statsmodels
(uri (pypi-uri "statsmodels" version))
(sha256
(base32
"1w6mf8b86vizi2895j11szqryr2v1ckjig3wp9fv94aslfh3zpjv"))))
"1w6mf8b86vizi2895j11szqryr2v1ckjig3wp9fv94aslfh3zpjv"))
(modules '((guix build utils)))
(snippet
'(begin
(for-each delete-file (find-files "." "\\.c$"))))))
(build-system python-build-system)
(arguments
`(;; The test suite is very large and rather brittle. Tests often fail