projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eebedc
)
python-pynacl: fix typo in PKG_BUILD_DEPENDS
author
Alexandru Ardelean
<
[email protected]
>
Mon, 17 Nov 2025 06:55:37 +0000
(08:55 +0200)
committer
Alexandru Ardelean
<
[email protected]
>
Mon, 17 Nov 2025 08:23:33 +0000
(10:23 +0200)
Fixes
https://github.com/openwrt/packages/pull/27863/commits/
0c11fe96b000583b50565b1788cde6fb56131b62
Signed-off-by: Alexandru Ardelean <
[email protected]
>
lang/python/python-pynacl/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-pynacl/Makefile
b/lang/python/python-pynacl/Makefile
index e765c670d2d088ae3b864deebcf67641b5ba267a..18778aea0899b34e6ec6ed53c0f174393ec715d1 100644
(file)
--- a/
lang/python/python-pynacl/Makefile
+++ b/
lang/python/python-pynacl/Makefile
@@
-11,7
+11,11
@@
PKG_MAINTAINER:=Javier Marcet <
[email protected]
>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
-PKG_BUILD_DEPENDS:=python3-setuptools/host libffi/host python-cffi/host # cffi>=1.4.1
+PKG_BUILD_DEPENDS:= \
+ python3/host \
+ python-setuptools/host \
+ libffi/host \
+ python-cffi/host # cffi>=1.4.1
PYTHON3_PKG_BUILD_VARS:=SODIUM_INSTALL=system