summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-21 23:15:36 +0100
committerMarius Bakke <marius@gnu.org>2022-01-22 10:23:01 +0100
commit038c65b380bd2b4e07228ee2c726465bd38479c3 (patch)
treed88dbabd4a166b250781cdc82e287207f99aa9aa
parent9f57352e124a3c9f309033b0e74dd5c619691205 (diff)
downloadguix-patches-038c65b380bd2b4e07228ee2c726465bd38479c3.tar
guix-patches-038c65b380bd2b4e07228ee2c726465bd38479c3.tar.gz
gnu: python-louvain: Build with older setuptools.
* gnu/packages/graph.scm (python-louvain)[native-inputs]: Add PYTHON-SETUPTOOLS.
-rw-r--r--gnu/packages/graph.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 4496d8c0e5..de68ff78b1 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -287,6 +287,8 @@ subplots, multiple-axes, polar charts, and bubble charts.")
(sha256
(base32 "1sqp97fwh4asx0jr72x8hil8z8fcg2xq92jklmh2m599pvgnx19a"))))
(build-system python-build-system)
+ (native-inputs
+ (list python-setuptools)) ;for use_2to3 support
(propagated-inputs
(list python-networkx python-numpy))
(home-page "https://github.com/taynaud/python-louvain")