diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e26479319d..19a99f480c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25269,10 +25269,12 @@ Werman's implementation of the Earth Mover's Distance.") (method url-fetch) (uri (pypi-uri "imagesize" version)) (sha256 - (base32 - "0jndjx26p8qibrx997p3kb6vfbqbdxkv74jsrkav177vmx2085b9")))) + (base32 "0jndjx26p8qibrx997p3kb6vfbqbdxkv74jsrkav177vmx2085b9")))) (build-system pyproject-build-system) - (native-inputs (list python-setuptools python-wheel)) + (arguments (list #:test-backend #~'unittest)) + (native-inputs + (list python-setuptools + python-wheel)) (home-page "https://github.com/shibukawa/imagesize_py") (synopsis "Gets image size of files in various formats in Python") (description |
