summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-06-06 10:53:24 +0100
committerGrey Christoforo2019-06-06 10:53:24 +0100
commit0515a8e4de669984fbbc9ae225b4f0259f714d7a (patch)
tree7fecb5a90c8936f50c91aa01c4e8e4db31408eca
parent716d9660c3df8c50f11b2eee53dca2cfbfb2b2bf (diff)
downloadaur-0515a8e4de669984fbbc9ae225b4f0259f714d7a.tar.gz
add missing dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ec016ab6730..7cb4b43043a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = python-lmfit
depends = python-numpy
depends = python-scipy
depends = python-asteval
+ depends = python-uncertainties
source = https://github.com/lmfit/lmfit-py/archive/0.9.13.tar.gz
sha256sums = b604afca0aaa23b28170065853b59d6e4c585c367e537b769813af313f8ebeed
diff --git a/PKGBUILD b/PKGBUILD
index 59784a7569f3..61ddaa7b1377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Non-Linear Least Squares Minimization, with flexible Parameter settings
arch=('any')
url=http:/lmfit.github.io/lmfit-py/
license=('BSD-3')
-depends=('python' 'python-numpy' 'python-scipy' 'python-asteval')
+depends=('python' 'python-numpy' 'python-scipy' 'python-asteval' 'python-uncertainties')
makedepends=(python-setuptools)
source=(https://github.com/lmfit/lmfit-py/archive/${pkgver}.tar.gz)
sha256sums=('b604afca0aaa23b28170065853b59d6e4c585c367e537b769813af313f8ebeed')