summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlaehne2021-10-29 11:26:39 +0200
committerjlaehne2021-10-29 11:26:39 +0200
commit465b80dfe8d435e96b9ebe63c8ed6d32442fbf15 (patch)
treeecd9ec72741c3b6c3fc1725c222de9918699bd9f
parentd720e8ae34d970be9e30ef2be62b4918fc50bef7 (diff)
downloadaur-465b80dfe8d435e96b9ebe63c8ed6d32442fbf15.tar.gz
Provides hyperspy 1.6.5 - add checkdepends
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de65f0bdf051..39ca3f895229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,11 +53,11 @@ optdepends=('python-scikit-learn: machine learning features'
makedepends=('python-setuptools' )
-checkdepends=('pytest>=3.6'
- 'pytest-mpl'
- 'pytest-xdist'
- 'pytest-rerunfailures'
- 'pytest-instafail'
+checkdepends=('python-pytest>=3.6'
+ 'python-pytest-mpl'
+ 'python-pytest-xdist'
+ 'python-pytest-rerunfailures'
+ 'python-pytest-instafail'
)
replaces=('hyperspy')