From 24c7e0497d69eea6570161dc8beba8d6fb9debaf Mon Sep 17 00:00:00 2001 From: zimoun Date: Wed, 23 Jun 2021 17:52:27 +0200 Subject: gnu: python2-plotly: Remove package. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/graph.scm (python2-plotly): Remove variable. Signed-off-by: Ludovic Courtès --- gnu/packages/graph.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index 552a8a7848..42bd37a07a 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -232,9 +232,6 @@ subplots, multiple-axes, polar charts, and bubble charts. ") (arguments '(#:tests? #f)))) ; The tests are not distributed in the release -(define-public python2-plotly - (package-with-python2 python-plotly-2.4.1)) - (define-public python-louvain (package (name "python-louvain") -- cgit v1.2.3