diff options
author | Erich Eckner <git@eckner.net> | 2020-08-17 20:16:22 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-17 20:16:22 +0200 |
commit | 2f06976fe76994dcfacbd959a911efe59d66e3b2 (patch) | |
tree | ca2a9823d21dfb42ddf96a6abf722d9081925d33 /xraylarch | |
parent | f1477a9f8b0cf1b1e4e30be1fbf530cd05c0d221 (diff) | |
download | archlinuxewe.git.save-2f06976fe76994dcfacbd959a911efe59d66e3b2.tar.xz |
xraylarch: add python-certifi as dependency - it seems needed by matplotlib (why?)
Diffstat (limited to 'xraylarch')
-rwxr-xr-x | xraylarch/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xraylarch/PKGBUILD b/xraylarch/PKGBUILD index cea2d131..68a784be 100755 --- a/xraylarch/PKGBUILD +++ b/xraylarch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=xraylarch pkgver=0.9.47 -pkgrel=8 +pkgrel=9 pkgdesc="Data Analysis Tools for X-ray Spectroscopy" arch=('i686' 'pentium4' 'x86_64') url="http://xraypy.github.io/xraylarch/" @@ -17,6 +17,7 @@ depends=( 'python>=3.8' 'python<3.9' 'python-asteval>=0.9.12' + 'python-certifi' 'python-h5py>=2.4' 'python-lmfit>=0.9.11' 'python-matplotlib>=2.0' |