gnu: python2-plotly: Remove package.
authorzimoun <zimon.toutoune@gmail.com>
Wed, 23 Jun 2021 15:52:27 +0000 (17:52 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 29 Jun 2021 10:37:32 +0000 (12:37 +0200)
* gnu/packages/graph.scm (python2-plotly): Remove variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/graph.scm

index 552a8a7..42bd37a 100644 (file)
@@ -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")