diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 17:51:03 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 17:51:03 +0200 |
commit | c429df28451762f9b20a062f75d695e3ec8c9b33 (patch) | |
tree | 954039c168534b991c83b1d08c7d92dd3cf2ea4b /main/atheme-iris | |
parent | 6a8d9de8873d72f840560c91af06cab0ef50c5d5 (diff) | |
download | aports-c429df28451762f9b20a062f75d695e3ec8c9b33.tar.bz2 aports-c429df28451762f9b20a062f75d695e3ec8c9b33.tar.xz |
main/atheme-iris: remove conflicting deps
Diffstat (limited to 'main/atheme-iris')
-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" |