Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2025 07:40:41 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 693979b0f7d7 - main - x11/py-pynput: Fix configure
Message-ID:  <202501040740.5047efLN049931@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 693979b0f7d738463af02e1d6a03c414b6d49e88
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-04 07:40:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-04 07:40:06 +0000

    x11/py-pynput: Fix configure
---
 x11/py-pynput/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11/py-pynput/Makefile b/x11/py-pynput/Makefile
index c59bbf026d86..9ee3045716ba 100644
--- a/x11/py-pynput/Makefile
+++ b/x11/py-pynput/Makefile
@@ -18,6 +18,8 @@ PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}evdev>=1.3:devel/py-evdev@${PY_FLAVOR} \
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=1.3.1:textproc/py-sphinx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}twine>=4.0:devel/py-twine@${PY_FLAVOR} \
 		${PY_DEPENDS}
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pkginfo>0:sysutils/py-pkginfo@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501040740.5047efLN049931>