compizconfig-python: add missing python3 dependency
This commit is contained in:
parent
728fc7b608
commit
d1288d89c1
1 changed files with 2 additions and 1 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'compizconfig-python'
|
||||
pkgname=compizconfig-python
|
||||
version=0.8.18
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel
|
||||
python3-Cython which"
|
||||
makedepends="libSM-devel libcompizconfig-devel libxml++-devel
|
||||
protobuf-devel python3-devel startup-notification-devel"
|
||||
depends="python3"
|
||||
short_desc="Compiz configuration system library for Compiz Reloaded"
|
||||
maintainer="CoolOhm <micvlas@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue