diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 08:59:25 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:41 +0100 |
| commit | 4b93376653c50429c4bae858c2315dba669d8e03 (patch) | |
| tree | eb1f10771aee796917bfd3bc2703bf44910f1da4 | |
| parent | b197997a6d403214c48da0687790484dbde2b4ac (diff) | |
gnu: python-louvain: Fix tests.
* gnu/packages/graph.scm (python-louvain)[native-inputs]: Remove
python-wheel; add python-pytest.
Change-Id: I9a4b292c2bd83133ad28640cfa32041255374311
| -rw-r--r-- | gnu/packages/graph.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index e9091e7399..35af0829bc 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -321,7 +321,7 @@ lines.") (base32 "0sx53l555rwq0z7if8agirjgw4ddp8r9b949wwz8vlig03sjvfmp")))) (build-system pyproject-build-system) (native-inputs - (list python-setuptools python-wheel)) + (list python-pytest python-setuptools)) (propagated-inputs (list python-networkx python-numpy)) (home-page "https://github.com/taynaud/python-louvain") |
