pynacl: fix build with updated sodium-minimal patch
authorDaniel Golle <daniel@makrotopia.org>
Sun, 10 Oct 2021 21:47:34 +0000 (22:47 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 10 Oct 2021 21:51:37 +0000 (22:51 +0100)
commitccd3b6c0a5e15822b66b07524639b24753f7aea3
treea6fb18c07adab8752e28cc6843aa219cd400163b
parent4a02b717238eb5df48a97815ea25aa541e905daa
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>
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]