summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-08-20 10:35:13 +0200
committerMichel Zou2016-08-20 10:35:13 +0200
commit4680b885c374fe284ce1fde2e68c44968aed16a7 (patch)
treed392b9cd38b4f1106a6d44cfaea4ae1a4f2c3732
parentc869ec4a5990e6c12be1f4a4ca443a02986cbd84 (diff)
downloadaur-4680b885c374fe284ce1fde2e68c44968aed16a7.tar.gz
makedepend on scipy
-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')