summaryrefslogtreecommitdiff
path: root/python-lmfit
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-23 14:58:17 +0200
committerErich Eckner <git@eckner.net>2018-05-23 14:58:17 +0200
commit3fdd38f5393a5350878227978205c0a2c664274e (patch)
treeeef4f9c1e26c2633d29e41023a2b99c730dcddc6 /python-lmfit
parent77fc3ddc4785b82edcfd02d46375ae7f7a748a6a (diff)
downloadarchlinuxewe.git.save-3fdd38f5393a5350878227978205c0a2c664274e.tar.xz
python-lmfit: new dependency
Diffstat (limited to 'python-lmfit')
-rw-r--r--python-lmfit/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-lmfit/PKGBUILD b/python-lmfit/PKGBUILD
index 13bce91b..ae913226 100644
--- a/python-lmfit/PKGBUILD
+++ b/python-lmfit/PKGBUILD
@@ -4,12 +4,12 @@
pkgbase=python-lmfit
pkgname=('python-lmfit' 'python2-lmfit')
pkgver=0.9.10
-pkgrel=1
+pkgrel=2
pkgdesc="Least-Squares Minimization with Constraints for Python"
arch=('any')
url="http://lmfit.github.io/lmfit-py/"
license=('BSD')
-_depends=('python' 'python-numpy' 'python-scipy' 'python-asteval')
+_depends=('python' 'python-numpy' 'python-scipy' 'python-asteval' 'python-uncertainties')
_makedepends=('python-setuptools')
_checkdepends=('python-nose' 'python-uncertainties')
makedepends=(