mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-js2py: Fix build.
* gnu/packages/python-web.scm (python-js2py) [propagated-inputs]: Remove python-numpy; add python-six. [native-inputs]: Remove python-pytest and python-wheel. Change-Id: I5e18ac4c7eff8de3aa8858021d530b967c1a3529
This commit is contained in:
parent
4a5c192950
commit
6941116fa5
1 changed files with 3 additions and 5 deletions
|
@ -9571,12 +9571,10 @@ using a pure Python implementation.")
|
|||
(arguments
|
||||
(list #:tests? #f)) ; tests require Node
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(list python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-numpy
|
||||
python-pyjsparser
|
||||
(list python-pyjsparser
|
||||
python-six
|
||||
python-tzlocal))
|
||||
(home-page "https://github.com/PiotrDabkowski/Js2Py")
|
||||
(synopsis "JavaScript to Python translator")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue