Skip to content

Commit

Permalink
x11/py-pynput: Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Sep 4, 2023
1 parent 90bc7d2 commit cd1ea38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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}
Expand All @@ -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
Expand Down

0 comments on commit cd1ea38

Please sign in to comment.