summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b838a7826f0e..16dad82d5978 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,10 @@ pkgbase = python-fiona
url = https://github.com/Toblerity/Fiona
arch = any
license = BSD
+ checkdepends = python-click-plugins
checkdepends = python-nose
depends = python
- depends = python-cython
+ depends = cython
depends = python-six
depends = python-cligj
depends = python-munch
diff --git a/PKGBUILD b/PKGBUILD
index 29b0a4f3e026..c5063d0f6f58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/Toblerity/Fiona"
license=('BSD')
checkdepends=('python-click-plugins' 'python-nose')
-depends=('python' 'python-cython' 'python-six' 'python-cligj' 'python-munch' 'gdal')
+depends=('python' 'cython' 'python-six' 'python-cligj' 'python-munch' 'gdal')
optdepends=('python-click-plugins')
options=(!emptydirs)
source=("https://pypi.python.org/packages/6d/d6/4b6535985347609e2096885497519b69e1231dcc77d8b829e02c57baf327/Fiona-$pkgver.tar.gz")