mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: python-peachpy: Fix build.
* gnu/packages/python-xyz.scm (python-peachpy)[arguments]: Invoke nosetests directly. [native-inputs]: Add PYTHON-SETUPTOOLS.
This commit is contained in:
parent
2188af8bdf
commit
e31ff150f9
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue