summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-01-13 16:10:49 -0500
committerGuillaume Horel2019-01-13 16:10:49 -0500
commitad03166e98e5217dea2f9dd21b3bdb97085d9c40 (patch)
treee54949ecf2e5229c89f7d49ffede8c44fc97e5d8
parent1416f1954a8e92011827cca7b222798a53316efe (diff)
downloadaur-ad03166e98e5217dea2f9dd21b3bdb97085d9c40.tar.gz
fix checkdepends
-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"