aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-xmpppy
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-01-10 12:42:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-01-10 12:42:29 +0000
commit3d9a76633bf2ab6dac42b493fc5c0dbc32949c67 (patch)
treee9deca916787b4e1e3017dc77f4142dfd5a1c095 /testing/py-xmpppy
parent90c1f14765993c9d1cc69b053cd76efde380529e (diff)
downloadaports-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/APKBUILD5
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"