diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/graph.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index 94d2214b5ab..bff0af6814a 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -419,11 +419,11 @@ graphs in Python.") (propagated-inputs (list python-igraph)) (inputs (list igraph)) (native-inputs - (list python-ddt + (list pkg-config + python-ddt + python-pytest python-setuptools - python-setuptools-scm - python-wheel - pkg-config)) + python-setuptools-scm)) (home-page "https://github.com/vtraag/louvain-igraph") (synopsis "Implementation of the Louvain algorithm") (description "This package implements the Louvain algorithm for community |
