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:
parent
88672c2414
commit
f0cf8173af
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue