summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3b006d20b35..57aa790bddc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-pynfft
url = https://arrow.apache.org
arch = x86_64
license = GPL3
+ checkdepends = python-nose
makedepends = cython
depends = nfft
source = https://pypi.org/packages/source/p/pyNFFT/pyNFFT-1.3.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 055743c5ac3d..1fd925e6038b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Python wrapper to the NFFT library."
arch=('x86_64')
url="https://arrow.apache.org"
license=('GPL3')
-checkdepends=()
+checkdepends=('python-nose')
depends=('nfft')
makedepends=('cython')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"