devhelp: gedit plugin depends on python3.

As seen in [1], the loader for this plugin is python3.

[1]
18f3d0d671/plugins/gedit-plugin/devhelp.plugin.desktop.in
This commit is contained in:
Érico Rolim 2021-02-20 01:30:23 -03:00 committed by Érico Nogueira Rolim
parent 88672c2414
commit f0cf8173af

View file

@ -1,7 +1,7 @@
# Template file for 'devhelp'
pkgname=devhelp
version=3.38.0
revision=1
revision=2
build_helper="gir"
build_style=meson
hostmakedepends="gettext glib-devel itstool pkg-config"
@ -33,7 +33,7 @@ devhelp-libs_package() {
}
devhelp-gedit-plugin_package() {
short_desc+=" - gedit plugin"
depends="devhelp gedit python"
depends="devhelp gedit python3"
pkg_install() {
vmove usr/lib/gedit
}