summaryrefslogtreecommitdiff
path: root/xraylarch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-09-19 15:12:47 +0200
committerErich Eckner <git@eckner.net>2019-09-19 15:12:47 +0200
commitc8bf0624041070d5691119721b608226963c2411 (patch)
tree900488d83f6451ec43e98e425ffd922f31f080ea /xraylarch
parente164f4ef68b81703420f5150e7acc334c08cde39 (diff)
downloadarchlinuxewe.git.save-c8bf0624041070d5691119721b608226963c2411.tar.xz
xraylarch: add unnecessary dependencies
Diffstat (limited to 'xraylarch')
-rwxr-xr-xxraylarch/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/xraylarch/PKGBUILD b/xraylarch/PKGBUILD
index 82d88ad6..bc84445c 100755
--- a/xraylarch/PKGBUILD
+++ b/xraylarch/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=xraylarch
pkgver=0.9.46
-pkgrel=1
+pkgrel=2
pkgdesc="Data Analysis Tools for X-ray Spectroscopy"
arch=('i686' 'pentium4' 'x86_64')
url="http://xraypy.github.io/xraylarch/"
@@ -14,15 +14,19 @@ depends=(
'python-h5py>=2.4'
'python-lmfit>=0.9.11'
'python-matplotlib>=2.0'
+ 'python-nose'
'python-numpy>=1.10'
'python-peakutils>=1.0.0'
'python-pillow>=3.4'
+ 'python-pip'
'python-psutil'
'python-pyepics>=3.2.4'
'python-pyfai>=0.12.0'
'python-pyaml'
'python-pyshortcuts'
+ 'python-pytest'
'python-requests>=2.1'
+ 'python-scikit-image'
'python-scikit-learn>=0.18'
'python-scipy>=0.17'
'python-silx'
@@ -35,9 +39,7 @@ depends=(
'python-wxmplot'
)
makedepends=()
-checkdepends=(
- 'python-pytest'
-)
+checkdepends=()
optdepends=(
'python-CifFile: needed for xrd modules'
'python-epics: needed for using the EPICS control system'