Skip to content

Commit 4a5724d

Browse files
geofftzanieb
authored andcommitted
a theory
1 parent f5a7bac commit 4a5724d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cpython-unix/extension-modules.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,6 @@ _hmac:
318318
includes:
319319
- Modules/_hacl/
320320
- Modules/_hacl/include/
321-
links:
322-
- :libHacl_Hash_Blake2.a
323-
- :libHacl_Hash_SHA1.a
324-
- :libHacl_Hash_SHA2.a
325-
- :libHacl_Hash_SHA3.a
326-
- :libHacl_Hash_MD5.a
327321
defines:
328322
- _BSD_SOURCE
329323
- _DEFAULT_SOURCE
@@ -379,7 +373,6 @@ _md5:
379373
sources-conditional:
380374
- source: _hacl/Hacl_Hash_MD5.c
381375
minimum-python-version: "3.12"
382-
maximum-python-version: "3.13"
383376
defines-conditional:
384377
- define: _BSD_SOURCE
385378
minimum-python-version: "3.12"
@@ -462,7 +455,6 @@ _sha1:
462455
sources-conditional:
463456
- source: _hacl/Hacl_Hash_SHA1.c
464457
minimum-python-version: "3.12"
465-
maximum-python-version: "3.13"
466458
includes:
467459
- Modules/_hacl/include
468460
defines-conditional:
@@ -484,7 +476,6 @@ _sha2:
484476
- sha2module.c
485477
sources-conditional:
486478
- source: _hacl/Hacl_Hash_SHA2.c
487-
maximum-python-version: "3.13"
488479
includes:
489480
- Modules/_hacl/include
490481
defines:
@@ -500,7 +491,6 @@ _sha3:
500491
minimum-python-version: "3.12"
501492
- source: _hacl/Hacl_Hash_SHA3.c
502493
minimum-python-version: "3.12"
503-
maximum-python-version: "3.13"
504494
includes:
505495
- Modules/_hacl/include
506496
defines-conditional:

0 commit comments

Comments
 (0)