diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 49c4bd848b..8bbbd950cd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27541,9 +27541,9 @@ (define-public python-peachpy (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? - (invoke "python" "setup.py" "nosetests"))))))) + (invoke "nosetests"))))))) (native-inputs - (list python-nose python-rednose)) + (list python-nose python-rednose python-setuptools)) (propagated-inputs (list python-six python-opcodes)) (synopsis "Efficient assembly code generation in Python")