Browse Source

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>
lilik-openwrt-22.03
Daniel Golle 3 years ago
parent
commit
ccd3b6c0a5
No known key found for this signature in database GPG Key ID: 5A8F39C31C3217CA
2 changed files with 12 additions and 1 deletions
  1. +1
    -1
      lang/python/python-pynacl/Makefile
  2. +11
    -0
      lang/python/python-pynacl/patches/001-always-compile-ed25519.patch

+ 1
- 1
lang/python/python-pynacl/Makefile View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=python-pynacl
PKG_VERSION:=1.4.0
PKG_RELEASE:=5
PKG_RELEASE:=6
PYPI_NAME:=PyNaCl
PKG_HASH:=54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505


lang/python/python-pynacl/patches/001-always-compile-scalar-mult-ed25519.patch → lang/python/python-pynacl/patches/001-always-compile-ed25519.patch View File


Loading…
Cancel
Save