diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-07-29 10:24:50 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-07-29 10:24:50 +0200 |
commit | c56df3b9465b19b61c102019f599caf8303143a9 (patch) | |
tree | daeb5d17d31181b9f815fbbc7dcc049a5ac0c06d /gnu | |
parent | 370cb92eaa089af19c08d9a7b4f5a96ac5b27716 (diff) | |
download | guix-c56df3b9465b19b61c102019f599caf8303143a9.tar.gz guix-c56df3b9465b19b61c102019f599caf8303143a9.zip |
gnu: python2-pygraphviz: Remove it.
* gnu/packages/graphviz.scm (python2-pygraphviz): Remove it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/graphviz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index ed8f55b9d9..1231b5b6d7 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -241,9 +241,6 @@ write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms.") (license license:bsd-3))) -(define-public python2-pygraphviz - (package-with-python2 python-pygraphviz)) - (define-public python-uqbar (package (name "python-uqbar") |