summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2023-10-30 10:56:16 +0200
committerLeonid Bloch2023-10-30 10:56:16 +0200
commita9516aa0b656674e07fc10346c935fcd9cf6f7c4 (patch)
tree68ec552847faa46f5d9839bc4379ca4ccc236eb2
parenta0c4e01d9ff74751790327e3c0774f16f35503e9 (diff)
downloadaur-a9516aa0b656674e07fc10346c935fcd9cf6f7c4.tar.gz
Change a dependency
Change the python-h5py-openmpi dependency to python-h5py, as the former provides the latter, and there is no need for the openmpi variant specifically - if a user wants it, they can install it explicitly. Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 727ceaa45d0e..fec37cdca753 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = python-pyfai
depends = python-scipy
depends = python-matplotlib
depends = python-fabio
- depends = python-h5py-openmpi
+ depends = python-h5py
depends = python-pyopencl
depends = python-pyqt5
depends = fftw
diff --git a/PKGBUILD b/PKGBUILD
index 32cc1755d2d5..46ce6b1c1137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="http://www.silx.org"
license=('GPLv3' 'BSD' 'MIT')
depends=('python-numpy' 'python-scipy' 'python-matplotlib' 'python-fabio'
- 'python-h5py-openmpi' 'python-pyopencl' 'python-pyqt5' 'fftw'
+ 'python-h5py' 'python-pyopencl' 'python-pyqt5' 'fftw'
'opencl-driver')
makedepends=('cython')
source=("https://github.com/silx-kit/pyFAI/archive/v${pkgver}.tar.gz")