summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2016-08-20 10:35:13 +0200
committerMichel Zou2016-08-20 10:35:13 +0200
commit4680b885c374fe284ce1fde2e68c44968aed16a7 (patch)
treed392b9cd38b4f1106a6d44cfaea4ae1a4f2c3732 /PKGBUILD
parentc869ec4a5990e6c12be1f4a4ca443a02986cbd84 (diff)
downloadaur-4680b885c374fe284ce1fde2e68c44968aed16a7.tar.gz
makedepend on scipy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3656db1877ac..7881a846c8ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Survival analysis in Python"
url="http://lifelines.readthedocs.org"
arch=('i686' 'x86_64')
license=('custom')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-scipy' 'python2-scipy')
options=('!buildflags')
source=("https://github.com/CamDavidsonPilon/lifelines/archive/v${pkgver}.tar.gz")
md5sums=('274cace9ad9e0d08df97c54448e0f7e5')