Remove optional x11/dbus-python dependency as it's now py3 only.

This commit is contained in:
ajacoutot 2022-09-10 08:30:33 +00:00
parent 26ff940063
commit 9ed778fd58
1 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,7 @@ GH_ACCOUNT= kliment
GH_PROJECT= Printrun
GH_TAGNAME= ${DISTNAME}
EPOCH= 0
REVISION= 2
REVISION= 3
CATEGORIES= print
@ -30,9 +30,11 @@ RUN_DEPENDS= devel/desktop-file-utils \
math/py2-numpy \
sysutils/py-psutil \
textproc/py-lxml \
x11/dbus-python,-main \
x11/py-pyglet \
x11/py-wxPython \
x11/py-wxPython
# requires py3 support
#RUN_DEPENDS += x11/dbus-python${MODPY_FLAVOR}
BUILD_DEPENDS= devel/py-serial \
lang/cython