summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Levitsky2015-09-22 23:05:11 +0300
committerLev Levitsky2015-09-22 23:05:11 +0300
commit7e5cdc58492746841dd5ef2f1e63f7a9b90002b9 (patch)
tree4437b1d9514c228ff5d2bcf93b6212e1c1d5e1e4 /PKGBUILD
parentee3c3cf95167aa29a7afc327f306ad344cb9823a (diff)
downloadaur-7e5cdc58492746841dd5ef2f1e63f7a9b90002b9.tar.gz
Add setuptools dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b09b724888d4..f0c7e35bff0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Lev Levitsky <levlev at mail dot ru>
pkgname=python-pyteomics
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A framework for proteomics data analysis."
arch=('any')
url="http://pythonhosted.org/pyteomics"
license=('Apache')
-depends=('python')
+depends=('python' 'python-setuptools')
optdepends=('python-matplotlib: for pylab_aux module, optional' \
'python-lxml: for XML parsing modules, recommended' \
'python-numpy: for lots of features, highly recommended')