diff options
author | Leo Famulari <leo@famulari.name> | 2020-12-30 17:10:49 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-12-30 17:11:35 -0500 |
commit | ca065e60269571e38aee1b3e9a7e3843991359bd (patch) | |
tree | 5c85aba4f47042d4b98f49f122e0f2dff5607715 /gnu | |
parent | dd31176b969d59784c92c94c56a23af1d6278baa (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/databases.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 6c1bb7b34d..6e03724798 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -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") |