mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'geis'
|
||||||
pkgname=geis
|
pkgname=geis
|
||||||
version=2.2.17
|
version=2.2.17
|
||||||
revision=9
|
revision=10
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config python3-devel"
|
hostmakedepends="pkg-config python3-devel"
|
||||||
|
@ -28,6 +28,7 @@ geis-devel_package() {
|
||||||
}
|
}
|
||||||
geis-python3_package() {
|
geis-python3_package() {
|
||||||
short_desc+=" - Python3 bindings"
|
short_desc+=" - Python3 bindings"
|
||||||
|
depends="python3"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/pygeis
|
vmove usr/bin/pygeis
|
||||||
vmove usr/share/man/man1/pygeis.1
|
vmove usr/share/man/man1/pygeis.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue