From c8bf0624041070d5691119721b608226963c2411 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 19 Sep 2019 15:12:47 +0200 Subject: xraylarch: add unnecessary dependencies --- xraylarch/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'xraylarch') 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 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' -- cgit v1.2.3-54-g00ecf