summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dac052b7f856..c389335eaf27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Aug 20 08:35:13 UTC 2016
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
pkgver = 0.7.0
@@ -8,6 +10,8 @@ pkgbase = python-lifelines
license = custom
makedepends = python-setuptools
makedepends = python2-setuptools
+ makedepends = python-scipy
+ makedepends = python2-scipy
options = !buildflags
source = https://github.com/CamDavidsonPilon/lifelines/archive/v0.7.0.tar.gz
md5sums = 274cace9ad9e0d08df97c54448e0f7e5
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')