summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 9a074b58ba7..888c1aaf9ef 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -911,8 +911,6 @@ Cyclic Redundancy Check.")
911 (sha256 911 (sha256
912 (base32 "16xcjxiya773fp7bxs9i6y1wsjx88pdvlwj6bqyy9vf3ckcffcwm")))) 912 (base32 "16xcjxiya773fp7bxs9i6y1wsjx88pdvlwj6bqyy9vf3ckcffcwm"))))
913 (build-system pyproject-build-system) 913 (build-system pyproject-build-system)
914 (arguments
915 (list #:test-flags #~(list "-c" "/dev/null")))
916 (native-inputs 914 (native-inputs
917 (list python-numpy python-pillow python-pytest python-setuptools)) 915 (list python-numpy python-pillow python-pytest python-setuptools))
918 (home-page "https://github.com/halcy/blurhash-python") 916 (home-page "https://github.com/halcy/blurhash-python")