summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-08-25 10:10:24 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-02 21:04:47 +0100
commit96fdd95d2057bd30020d9987adf82245b4da3ecc (patch)
tree9709f6f7a86eae4de388ab063f80a62cc1282493 /gnu/packages/python-crypto.scm
parentd0cc8f6e4f67e332ff7d047b8542520b60024f20 (diff)
gnu: python-google-crc32c: Add crc32c input.
A warning highlighted that our previous version was not using the native implementation but the slower python one. This commit fixes it. * gnu/packages/python-crypto.scm (python-google-crc32c)[inputs]: Add crc32c. Change-Id: I320a63e96d3c7abe61f42b758690436f9d73f3ce Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 44d7ca46a3d..846312f4233 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1280,6 +1280,7 @@ implements RFC 6125 fully and plans to add other relevant RFCs too.")
(sha256
(base32 "005ra4pfv71rq53198k7q6k63f529q3g6hkbxbwfcf82jr77hxga"))))
(build-system pyproject-build-system)
+ (inputs (list crc32c))
(native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/googleapis/python-crc32c")
(synopsis "Python wrapper of Google CRC32C")