diff options
Diffstat (limited to 'gnu/packages/graph.scm')
-rw-r--r-- | gnu/packages/graph.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index 115fe20b52..6fe53171f1 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -249,7 +249,7 @@ more.") (string-append igraph "/lib"))))))))))) (inputs (list igraph)) (propagated-inputs (list python-texttable)) - (native-inputs (list python-pytest)) + (native-inputs (list python-pytest python-setuptools python-wheel)) (home-page "https://igraph.org/python/") (synopsis "Python bindings for the igraph network analysis library")))) @@ -417,11 +417,12 @@ algorithm for community detection in large networks.") (("self.use_pkgconfig = False") "self.use_pkgconfig = True"))))))) (inputs (list igraph)) - (propagated-inputs (list python-igraph)) + (propagated-inputs (list python-igraph python-setuptools)) (native-inputs (list pkg-config python-ddt - python-setuptools-scm)) + python-setuptools-scm + python-wheel)) (home-page "https://github.com/vtraag/louvain") (synopsis "Community detection in large networks") (description |