mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-louvain-igraph: Fix tests.
* gnu/packages/graph.scm (python-louvain-igraph)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: Iee027d8b6e838dd2deb6c02bc26aa55ff7fd3396
This commit is contained in:
parent
671090cd83
commit
10dc03fb10
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue