summaryrefslogtreecommitdiffstats
path: root/testing/py-qt
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-09 11:35:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-09 11:35:15 +0000
commit691469a7f582c1dbfbb370c6efefd961cb7ee3aa (patch)
treecc0eac932c2084a47f79e4bfc47522ec107babd6 /testing/py-qt
parent2c149b61b8d1e3270b3678689d9e17f4b38c8c8a (diff)
downloadaports-691469a7f582c1dbfbb370c6efefd961cb7ee3aa.tar.bz2
aports-691469a7f582c1dbfbb370c6efefd961cb7ee3aa.tar.xz
testing/py-qt: needs py-sip
Diffstat (limited to 'testing/py-qt')
-rw-r--r--testing/py-qt/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-qt/APKBUILD b/testing/py-qt/APKBUILD
index 7f4d0faed..d99300cc4 100644
--- a/testing/py-qt/APKBUILD
+++ b/testing/py-qt/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-qt
_pkgname=PyQt
pkgver=4.8.4
-pkgrel=1
+pkgrel=2
pkgdesc="A set of Python bindings for the Qt toolkit"
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
arch="all"
license="GPL"
-depends=
+depends="py-sip"
depends_dev="python-dev py-dbus-dev phonon-dev qt-dev py-sip-dev libx11-dev"
makedepends="$depends_dev"
subpackages=""