From 312b66a4b5f558ff34c34e92dfd3692caa073c32 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 17 Nov 2025 08:55:37 +0200 Subject: [PATCH] python-pynacl: fix typo in PKG_BUILD_DEPENDS Fixes https://github.com/openwrt/packages/pull/27863/commits/0c11fe96b000583b50565b1788cde6fb56131b62 Signed-off-by: Alexandru Ardelean --- lang/python/python-pynacl/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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