summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlaehne2020-11-04 12:23:24 +0100
committerjlaehne2020-11-04 12:23:24 +0100
commitf2c36588ffe26f1cb9b5e5ef8b47832e90dace9c (patch)
tree1ab6224735e92a0bd19501cb7c9ec09cd2c4c5eb
parent1038673de522ce49d510563f12497e1c3532413d (diff)
downloadaur-f2c36588ffe26f1cb9b5e5ef8b47832e90dace9c.tar.gz
Fix ipyparallel dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c213b93b668..f434ca5b8d2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = python-hyperspy
depends = python-dill
depends = python-h5py
depends = python-dateutil
- depends = ipython-ipyparallel
+ depends = python-ipyparallel
depends = python-dask
depends = python-scikit-image
depends = python-pint
diff --git a/PKGBUILD b/PKGBUILD
index 17059b08c469..aeed8a5abdd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('python' 'python-scipy' 'python-matplotlib' 'python-numpy'
'python-traits' 'python-natsort' 'python-requests' 'python-tqdm'
'python-sympy' 'python-dill' 'python-h5py' 'python-dateutil'
- 'ipython-ipyparallel' 'python-dask' 'python-scikit-image'
+ 'python-ipyparallel' 'python-dask' 'python-scikit-image'
'python-pint' 'python-statsmodels' 'python-numexpr' 'python-sparse'
'python-imageio' 'python-pyaml' 'python-ptable' 'python-tifffile'
'python-numba' )
@@ -39,3 +39,4 @@ package() {
# vim:set ts=2 sw=2 et:
+sha256sums=('942294a6a6f76ccb55c510ca07293ef93b3fe4eedd37b840b9c88366624b2026')