diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f30ccf69df5..bf66b80ef70 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11335,8 +11335,10 @@ Jupyter.") (sha256 (base32 "1qrnxhi2rbz737fm9mprfr8ig7kk2r99cbzkw8nsddcv7sh0favg")))) (build-system pyproject-build-system) - (arguments '(#:tests? #f)) ; tests are not included - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-pytest + python-setuptools + python-shapely + python-wheel)) (propagated-inputs (list python-matplotlib python-numpy python-scipy)) (home-page "https://github.com/konstantint/matplotlib-venn") |
