Skip to content

Commit

Permalink
py-fritzconnection: add missing tool dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Oct 13, 2024
1 parent 68f3b9d commit 25caefb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions net/py-fritzconnection/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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}
Expand Down

0 comments on commit 25caefb

Please sign in to comment.