CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/30 17:10:02
Modified files:
x11/gnome/devhelp: Makefile
Log message:
Remove Python dependency
devhelp ships a single Python script which is a gedit plugin, nothing
else in devhelp requires Python at runtime.
Remove lang/python module usage; Both Python 3 (through meson) and 2
(through a secondary BUILD_DEPENDS in the chain) are pulled in during
build anyway.
gedit itself has a direct Python 3 as RUN_DEPENDS.
devhelp not having a Python RDEP allows installing the "xfce" meta package
without requiring Python 2.
Ok aja