pynacl: fix build with updated sodium-minimal patch
authorDaniel Golle <daniel@makrotopia.org>
Sun, 10 Oct 2021 21:47:34 +0000 (22:47 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 29 Mar 2022 18:56:47 +0000 (20:56 +0200)
commit78aa0f6cacd02b514360a59afc13ea12efb182f8
tree12494ee57ef5f25c2555a2a3b410bafaf449b1fe
parente6330a60e7492c28ac49e5185e7e28f0d7b0b72a
pynacl: fix build with updated sodium-minimal patch

Commit 3da874371 ("libsodium: include ed25519_core in minimal build")
broke the build of PyNaCl. Add patch to always include all ed25519
functions which are now always covered even if libsodium is built with
the MINIMAL option.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit ccd3b6c0a5e15822b66b07524639b24753f7aea3)
lang/python/python-pynacl/Makefile
lang/python/python-pynacl/patches/001-always-compile-ed25519.patch [new file with mode: 0644]
lang/python/python-pynacl/patches/001-always-compile-scalar-mult-ed25519.patch [deleted file]