git: c6eb717c7d40 - main - security/py-secure: Fix build

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Sat, 29 Aug 2026 18:17:41 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c6eb717c7d408f60b91e27e8a0e5f207f8c60f53

commit c6eb717c7d408f60b91e27e8a0e5f207f8c60f53
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2026-08-29 18:10:33 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2026-08-29 18:17:32 +0000

    security/py-secure: Fix build
    
    Reported by:    pkg-fallout
---
 security/py-secure/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/py-secure/Makefile b/security/py-secure/Makefile
index ffb600772b47..404a5084564a 100644
--- a/security/py-secure/Makefile
+++ b/security/py-secure/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/cak/secure
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
 USE_PYTHON=	autoplist pep517