diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 12:12:30 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:44 +0100 |
| commit | d69cec990a49f26fa00b395adc284d8048e8f12f (patch) | |
| tree | 7f26f7d8174a8514ad71863a57932a7749434cee | |
| parent | 3b95f3885cd41ab6e379e298e48a51ae12c3a76e (diff) | |
gnu: python-clinguin: Fix tests.
* gnu/packages/potassco.scm (python-clinguin)[native-inputs]: Remove
python-wheel; add python-pytest.
Change-Id: I54dc0dfde88c0f116354a3f3fea4fef3485091a0
| -rw-r--r-- | gnu/packages/potassco.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm index 84b69a0656..e7fc1db2f7 100644 --- a/gnu/packages/potassco.scm +++ b/gnu/packages/potassco.scm @@ -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 |
