3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove python2-pyarrow.

This package was failing to build and had no users in the tree.

* gnu/packages/databases.scm (python2-pyarrow): Remove variable.
This commit is contained in:
Leo Famulari 2020-12-30 17:10:49 -05:00
parent dd31176b96
commit ca065e6026
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -3806,9 +3806,6 @@ implementation, along with tools for interoperability with pandas, NumPy, and
other traditional Python scientific computing packages.")
(license license:asl2.0)))
(define-public python2-pyarrow
(package-with-python2 python-pyarrow))
(define-public python-crate
(package
(name "python-crate")