[arch-commits] Commit in python-numpy/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 07:34:36 UTC 2020


    Date: Sunday, June 21, 2020 @ 07:34:35
  Author: felixonmars
Revision: 389593

fix checkdepends

Modified:
  python-numpy/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-21 06:39:06 UTC (rev 389592)
+++ PKGBUILD	2020-06-21 07:34:35 UTC (rev 389593)
@@ -14,7 +14,7 @@
 optdepends=('python-nose: testsuite'
             'openblas: faster linear algebra')
 makedepends=('python-setuptools' 'gcc-fortran' 'python-nose' 'cython')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-hypothesis')
 options=('staticlibs')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz")
 sha512sums=('e4bbea4473f118615db5c2af4cfbe65901e4520486330378b4ae9ec13e3c0ddcd593b5d5337b94e517a59fd027c44702d0842d1ac2013c804899d141aebd1b4c')



More information about the arch-commits mailing list