mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05: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:
parent
dd31176b96
commit
ca065e6026
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue