From: Alexandru Ardelean Date: Mon, 17 Nov 2025 06:55:37 +0000 (+0200) Subject: python-pynacl: fix typo in PKG_BUILD_DEPENDS X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=312b66a4b5f558ff34c34e92dfd3692caa073c32;p=feed%2Fpackages.git python-pynacl: fix typo in PKG_BUILD_DEPENDS Fixes https://github.com/openwrt/packages/pull/27863/commits/0c11fe96b000583b50565b1788cde6fb56131b62 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-pynacl/Makefile b/lang/python/python-pynacl/Makefile index e765c670d2..18778aea08 100644 --- a/lang/python/python-pynacl/Makefile +++ b/lang/python/python-pynacl/Makefile @@ -11,7 +11,11 @@ PKG_MAINTAINER:=Javier Marcet 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