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 @@ (define-public python-pyarrow
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")