diff options
-rw-r--r-- | main/atheme-iris/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/atheme-iris/APKBUILD b/main/atheme-iris/APKBUILD index 8b6d4dface..a82518f079 100644 --- a/main/atheme-iris/APKBUILD +++ b/main/atheme-iris/APKBUILD @@ -7,8 +7,7 @@ pkgdesc="AJAX IRC client. It is a drop-in replacement for qwebirc." url="http://www.atheme.net/iris.html" arch="noarch" license="GPL2" -depends="py-twisted py-twisted-names py-twisted-mail py-twisted-web \ - py-twisted-words py-simplejson py-openssl py-zope-interface" +depends="py-twisted py-simplejson py-openssl py-zope-interface" depends_dev="" makedepends="$depends_dev python-dev" install="$pkgname.post-install $pkgname.pre-install" |