pygtk: add python-numpy build dependency
This commit is contained in:
parent
b2972f1d8b
commit
bdce221d82
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'pygtk'
|
||||
pkgname=pygtk
|
||||
version=2.24.0
|
||||
revision=12
|
||||
revision=13
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
# XXX: missing python-numpy build dep
|
||||
hostmakedepends="pkg-config python-gobject2-devel"
|
||||
hostmakedepends="pkg-config python-gobject2-devel python-numpy"
|
||||
makedepends="python-devel gtk+-devel libxml2-devel libglade-devel
|
||||
python-gobject2-devel"
|
||||
depends="python python-cairo python-gobject2"
|
||||
|
|
Loading…
Reference in a new issue