gnu: python-peachpy: Fix build.
* gnu/packages/python-xyz.scm (python-peachpy)[arguments]: Invoke nosetests directly. [native-inputs]: Add PYTHON-SETUPTOOLS.
parent
2188af8bdf
commit
e31ff150f9
|
@ -27541,9 +27541,9 @@ and BMI2).")
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "python" "setup.py" "nosetests")))))))
|
(invoke "nosetests")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-nose python-rednose))
|
(list python-nose python-rednose python-setuptools))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-six python-opcodes))
|
(list python-six python-opcodes))
|
||||||
(synopsis "Efficient assembly code generation in Python")
|
(synopsis "Efficient assembly code generation in Python")
|
||||||
|
|
Reference in New Issue