diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-09-04 22:46:20 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-09-04 22:46:54 +0000 |
commit | cd1ea38b6e90e77e5cfef6a25c6da53f5b13e9db (patch) | |
tree | 87a223c6a7d5759718683c2c2fc19b31a65b82f2 | |
parent | 90bc7d29553416ce3b8bc9cf615f88f1f7e78be9 (diff) | |
download | ports-cd1ea38b6e90e77e5cfef6a25c6da53f5b13e9db.tar.gz ports-cd1ea38b6e90e77e5cfef6a25c6da53f5b13e9db.zip |
x11/py-pynput: Add missing dependency
-rw-r--r-- | x11/py-pynput/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |