diff options
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7f0bf20afb..752f4fd194 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -646,7 +646,8 @@ line drawing algorithm}.") (sha256 (base32 "08dmi4chamk5dbdpvrc0nb09iybfhj3wqwxgffiqnkj7030qhqb8")))) (build-system pyproject-build-system) - (native-inputs (list python-setuptools python-wheel)) + ;; tests: 797 passed, 1 warning + (native-inputs (list python-pytest python-setuptools)) (propagated-inputs (list python-ply)) (home-page "https://github.com/calmjs/calmjs.parse/") (synopsis "Parsers for ECMA standards") |
