mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-atspi: use python3 in hostmakedepends
This commit is contained in:
parent
6cf6d78e1c
commit
cd08904da2
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-atspi'
|
# Template file for 'python3-atspi'
|
||||||
pkgname=python3-atspi
|
pkgname=python3-atspi
|
||||||
version=2.32.1
|
version=2.32.1
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pyatspi-${version}"
|
wrksrc="pyatspi-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="at-spi2-core-devel python3-gobject-devel"
|
makedepends="at-spi2-core-devel python3-gobject-devel"
|
||||||
depends="at-spi2-core python3-gobject"
|
depends="at-spi2-core python3-gobject"
|
||||||
short_desc="Python2 bindings for AT-SPI"
|
short_desc="Python2 bindings for AT-SPI"
|
||||||
|
|
Loading…
Add table
Reference in a new issue