diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-04-10 21:59:33 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:40 +0200 |
commit | c8403c7df59639e12a9c9f426a6bf1b64f8f4aff (patch) | |
tree | feeede619838d6bb65dd5005beefc91fc5565b14 | |
parent | c54eb38d8f57b5f298a8ec09a1a10661dee9e2c4 (diff) | |
download | pkgbuilds-c8403c7df59639e12a9c9f426a6bf1b64f8f4aff.tar.xz |
spambayes: Add missing python2-setuptools dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -3,12 +3,13 @@ pkgbase = spambayes pkgdesc = Bayesian anti-spam classifier written in Python pkgver = 1.1a6 - pkgrel = 3 + pkgrel = 4 url = http://spambayes.sourceforge.net/ arch = any license = PSF depends = python2 depends = python2-lockfile + depends = python2-setuptools source = http://downloads.sourceforge.net/sourceforge/spambayes/spambayes-1.1a6.tar.gz md5sums = d06ed6d097911ddc8db31b4e9663df4b @@ -3,12 +3,12 @@ pkgname=spambayes pkgver=1.1a6 -pkgrel=3 +pkgrel=4 pkgdesc="Bayesian anti-spam classifier written in Python" arch=('any') url="http://spambayes.sourceforge.net/" license=('PSF') -depends=('python2' 'python2-lockfile') +depends=('python2' 'python2-lockfile' 'python2-setuptools') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('d06ed6d097911ddc8db31b4e9663df4b') |