summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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=(