summaryrefslogtreecommitdiff
path: root/gnu/packages/graph.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-06 01:17:17 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-06 01:29:30 +0100
commit10dc03fb1014d3fba99fb2b145d0607b2b2dc3af (patch)
treee617191612d1ab256de54bf87d666df034159328 /gnu/packages/graph.scm
parent671090cd83927b92a86e05fa236c6f7d97cdd353 (diff)
gnu: python-louvain-igraph: Fix tests.
* gnu/packages/graph.scm (python-louvain-igraph)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: Iee027d8b6e838dd2deb6c02bc26aa55ff7fd3396
Diffstat (limited to 'gnu/packages/graph.scm')
-rw-r--r--gnu/packages/graph.scm8
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