From 25caefb7d3e4560dae48ec0f1e021fcf3d2466e7 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 13 Oct 2024 09:33:44 +0000 Subject: [PATCH] py-fritzconnection: add missing tool dependency --- net/py-fritzconnection/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/py-fritzconnection/Makefile b/net/py-fritzconnection/Makefile index 23b1c7ae496e..472f01765ca9 100644 --- a/net/py-fritzconnection/Makefile +++ b/net/py-fritzconnection/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/12/15 19:00:32 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2024/10/13 09:33:44 wiz Exp $ DISTNAME= fritzconnection-1.13.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,13 +10,12 @@ HOMEPAGE= https://github.com/kbr/fritzconnection COMMENT= Communicate with the AVM FRITZ!Box LICENSE= mit +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-requests>=2.22.0:../../devel/py-requests USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 - post-install: .for f in fritzcall fritzconnection fritzhomeauto fritzhosts fritzmonitor fritzphonebook fritzstatus fritzwlan cd ${DESTDIR}${PREFIX}/bin && ${MV} ${f} ${f}-${PYVERSSUFFIX} || ${TRUE}