geis: add missing python3 dependency
This commit is contained in:
parent
440ee61284
commit
70756ecf3f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'geis'
|
||||
pkgname=geis
|
||||
version=2.2.17
|
||||
revision=9
|
||||
revision=10
|
||||
build_style="gnu-configure"
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config python3-devel"
|
||||
|
@ -28,6 +28,7 @@ geis-devel_package() {
|
|||
}
|
||||
geis-python3_package() {
|
||||
short_desc+=" - Python3 bindings"
|
||||
depends="python3"
|
||||
pkg_install() {
|
||||
vmove usr/bin/pygeis
|
||||
vmove usr/share/man/man1/pygeis.1
|
||||
|
|
Loading…
Reference in a new issue