guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c14e79727370375d18d10a79ad01981f6fb3b9d1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 23 12:04:31 2025 +0100
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
---
gnu/packages/python-web.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e4deac3073..9febc61500 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")