drop needless rundep on python

Only used during build for the optional nautilus extension.
(nautilus-python is not ported so this is currently useless, anyway.)

OK aja
This commit is contained in:
kn 2023-01-02 15:30:49 +00:00
parent d4d0d0cd7f
commit ec1c71f01f

View File

@ -1,6 +1,7 @@
COMMENT = KDE app that allows your devices to communicate
DISTNAME = kdeconnect-kde-${MODKDE_VERSION}
REVISION = 0
SHARED_LIBS += kdeconnectcore 3.0 # 1.4
SHARED_LIBS += kdeconnectinterfaces 3.1 # 1.4
@ -33,6 +34,8 @@ MODULES = x11/kde-applications \
devel/kf5 \
lang/python
MODPY_RUNDEP = No
BUILD_DEPENDS = devel/gettext,-tools \
devel/kf5/qqc2-desktop-style \
devel/kf5/kirigami2 \