diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 16:06:27 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:48 +0100 |
| commit | d8a20b1d9ede1ce2f159e9b787d6e3ca5970649e (patch) | |
| tree | 52f91657563f4e12a7212bdec1826f4e0ac3ce11 | |
| parent | 6561ff20967c7102b6c51dc553a16c95b2abc098 (diff) | |
gnu: python-girc: Fix tests.
* gnu/packages/irc.scm (python-girc)[native-inputs]: Remove
python-wheel; add python-pytest.
Change-Id: Idb53f8b2631ef7f0fb54df0b0f9bf4a363b976dc
| -rw-r--r-- | gnu/packages/irc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index c7065efe6f..dc059a6d81 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -843,7 +843,7 @@ interface for those who are accustomed to the ircII way of doing things.") ;; this package. (lambda _ (delete-file "tests/test_parse.py")))))) (propagated-inputs (list python-docopt)) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://github.com/DanielOaks/girc") (synopsis "IRC library for Python") (description |
