diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-10 12:42:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-10 12:42:29 +0000 |
commit | 3d9a76633bf2ab6dac42b493fc5c0dbc32949c67 (patch) | |
tree | e9deca916787b4e1e3017dc77f4142dfd5a1c095 /testing/py-xmpppy | |
parent | 90c1f14765993c9d1cc69b053cd76efde380529e (diff) | |
download | aports-3d9a76633bf2ab6dac42b493fc5c0dbc32949c67.tar.bz2 aports-3d9a76633bf2ab6dac42b493fc5c0dbc32949c67.tar.xz |
testing/py-xmpppy: build fix + set noarch
needs python-dev
Diffstat (limited to 'testing/py-xmpppy')
-rw-r--r-- | testing/py-xmpppy/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/py-xmpppy/APKBUILD b/testing/py-xmpppy/APKBUILD index a9a3b01100..e6b01c6bda 100644 --- a/testing/py-xmpppy/APKBUILD +++ b/testing/py-xmpppy/APKBUILD @@ -6,11 +6,10 @@ pkgver=0.4.1 pkgrel=0 pkgdesc="A Python library to provide easy scripting with Jabber" url="http://xmpppy.sourceforge.net/" -arch="all" +arch="noarch" license="GPL" depends="python" -depends_dev= -makedepends="$depends_dev" +makedepends="python-dev" install="" subpackages="" source="http://downloads.sourceforge.net/sourceforge/xmpppy/$_pkgname-$pkgver.tar.gz" |