summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm8
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")