From 7973d59d1adeb54cffe486b53a3b9b9cfeb42868 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 31 Oct 2019 00:45:16 +0100 Subject: 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. --- gnu/packages/serialization.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/serialization.scm') diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 249b6f1af5..9c4952793f 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -524,6 +524,3 @@ (define-public python-feather-format (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)) -- cgit v1.2.3