summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-08-12 18:04:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-08-12 18:04:05 +0000
commitf3fa01dd354c8d1c92672ac7602cd4eec4128172 (patch)
tree9667ad6f864ce30baf6a98c26094bc1d732ded9f
parent8ee99c86e3becb37109b48385e04535a9f3ba89d (diff)
testing/py-gtk: depend on py-cairo
-rw-r--r--testing/py-gtk/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-gtk/APKBUILD b/testing/py-gtk/APKBUILD
index d7b65c14c6e..5725ea0b345 100644
--- a/testing/py-gtk/APKBUILD
+++ b/testing/py-gtk/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py-gtk
pkgver=2.17.0
-pkgrel=0
+pkgrel=1
pkgdesc="Python bindings for the GTK widget set"
url="http://www.pygtk.org/"
license="LGPL"
-depends=
+depends="py-cairo"
makedepends="libglade-dev py-cairo-dev py-gobject-dev python-dev"
source="http://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/pygtk-$pkgver.tar.bz2"
subpackages="$pkgname-dev $pkgname-doc $pkgname-demo"