diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-23 12:04:31 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:58 +0100 |
| commit | 6941116fa54073dfdfaefd50a5454bfb6bb205fc (patch) | |
| tree | 8f5e025024583860d18dac0d879015551a1524fa /gnu | |
| parent | 4a5c19295015889d871a6d03bea142b58edf7711 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-web.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e4deac30732..9febc615004 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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") |
