diff options
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 180c941211..9823cceb57 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3187,7 +3187,9 @@ templates, understands numpydoc and Google-style docstrings.") (sha256 (base32 "1fwdx92cdaiviradksfyygg05g1fpc3x2lf65bv5rnispcam6vhb")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (arguments (list #:tests? #f)) ; Requires a running JVM? + (native-inputs (list python-setuptools)) (home-page "https://www.py4j.org/") (synopsis "Dynamically access arbitrary Java objects from Python") (description |
