aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-pynacl/patches/001-always-compile-ed25519.patch
Commit message (Collapse)AuthorAge
* pynacl: fix build with updated sodium-minimal patchDaniel Golle2021-10-10
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>