mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
python-pynacl: fix typo in PKG_BUILD_DEPENDS
Fixes
0c11fe96b0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
7eebedcdfc
commit
312b66a4b5
@@ -11,7 +11,11 @@ PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user