mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
3b95f3885c
commit
d69cec990a
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
Add a link
Reference in a new issue