Date: Mon, 4 Sep 2023 22:46:56 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: cd1ea38b6e90 - main - x11/py-pynput: Add missing dependency Message-ID: <202309042246.384MkuAl017886@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=cd1ea38b6e90e77e5cfef6a25c6da53f5b13e9db commit cd1ea38b6e90e77e5cfef6a25c6da53f5b13e9db Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-09-04 22:46:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-09-04 22:46:54 +0000 x11/py-pynput: Add missing dependency --- x11/py-pynput/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/py-pynput/Makefile b/x11/py-pynput/Makefile index 8c8445987b03..3bc63b5a8832 100644 --- a/x11/py-pynput/Makefile +++ b/x11/py-pynput/Makefile @@ -1,5 +1,6 @@ PORTNAME= pynput DISTVERSION= 1.7.6 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= PYPI # no tests on PYPI, but GitHub tarball doesn't bui;d PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.3.1:textproc/py-sphinx@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}evdev>=1.3:devel/py-evdev@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR} USES= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309042246.384MkuAl017886>