diff options
| -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 |
