diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-02-07 20:48:22 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-02-07 20:48:22 -0600 |
commit | 2f25f6f9685a3e642f3f440c33d0814f5f9037f1 (patch) | |
tree | 2450284578c25d6d1e5fce864e802c5341ade811 /testing | |
parent | d56bf93a9c6f386c5f7ebc9e78b2f6059a8349e2 (diff) | |
download | aports-2f25f6f9685a3e642f3f440c33d0814f5f9037f1.tar.bz2 aports-2f25f6f9685a3e642f3f440c33d0814f5f9037f1.tar.xz |
testing/fail2ban: we need python-dev
Diffstat (limited to 'testing')
-rw-r--r-- | testing/fail2ban/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fail2ban/APKBUILD b/testing/fail2ban/APKBUILD index 5e6a0fe59..7a20ad4c2 100644 --- a/testing/fail2ban/APKBUILD +++ b/testing/fail2ban/APKBUILD @@ -8,7 +8,7 @@ url="http://www.fail2ban.org" arch="noarch" license="GPLv2" depends="python iptables" -makedepends="python" +makedepends="python-dev" install="" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2" |