mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-clinguin: Fix tests.
* gnu/packages/potassco.scm (python-clinguin)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I54dc0dfde88c0f116354a3f3fea4fef3485091a0
This commit is contained in:
parent
747cb41e9c
commit
88ba554160
1 changed files with 2 additions and 2 deletions
|
|
@ -776,8 +776,8 @@ as logic programs.")
|
|||
"clingexplaid>=1.3.3"))))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(list python-pytest
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-clingo
|
||||
python-clingo-dl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue