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"))))))
|
"clingexplaid>=1.3.3"))))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools
|
(list python-pytest
|
||||||
python-wheel))
|
python-setuptools))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-clingo
|
(list python-clingo
|
||||||
python-clingo-dl
|
python-clingo-dl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue