python-atspi: fix rdeps by applying paraterm substition to all matches.
This commit is contained in:
parent
be0650eb13
commit
61be614e46
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'python-atspi'
|
||||
pkgname=python-atspi
|
||||
version=2.12.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="pyatspi-${version}"
|
||||
build_style=gnu-configure
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="pkg-config which"
|
||||
makedepends="at-spi2-core-devel>=2.10 python-gobject-devel>=3.10"
|
||||
depends="${makedepends/-devel/}"
|
||||
depends="${makedepends//-devel/}"
|
||||
replaces="pyatspi>=0"
|
||||
pycompile_module="pyatspi"
|
||||
short_desc="Python2 bindings for AT-SPI"
|
||||
|
|
Loading…
Reference in New Issue