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-feather-format.

This trivial package fails to build and has no reverse dependencies.

* gnu/packages/serialization.scm (python2-feather-format): Remove variable.
This commit is contained in:
Marius Bakke 2019-10-31 00:45:16 +01:00
parent 2ed626bf0d
commit 7973d59d1a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -524,6 +524,3 @@ game development and other performance-critical applications.")
(description "This package provides a Python wrapper library to the
Apache Arrow-based Feather binary columnar serialization data frame format.")
(license license:asl2.0)))
(define-public python2-feather-format
(package-with-python2 python-feather-format))