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

View File

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