mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
Merge pull request #3756 from Vaelatern/pygtk
pygtk: add python-numpy build dependency
This commit is contained in:
commit
d63657c06b
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…
Add table
Reference in a new issue