summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-05-07 14:14:47 -0400
committerGuillaume Horel2019-05-07 14:14:47 -0400
commit6f4f41bd337322e97f7800310a0b4d5540549a92 (patch)
tree69d53bf9747a8ded61a0015fc733273287754618
parent06b863da3a93cc1caedfbbcff21f091c45aea964 (diff)
downloadaur-6f4f41bd337322e97f7800310a0b4d5540549a92.tar.gz
update checkdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1216619ae72..a2fe361a75cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-fiona
url = https://github.com/Toblerity/Fiona
arch = x86_64
license = BSD
+ checkdepends = python-boto3
checkdepends = python-click-plugins
checkdepends = python-pytest
makedepends = cython
diff --git a/PKGBUILD b/PKGBUILD
index 0e33f4094568..5249b444b5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Reads and writes spatial data files"
arch=('x86_64')
url="https://github.com/Toblerity/Fiona"
license=('BSD')
-checkdepends=('python-click-plugins' 'python-pytest')
+checkdepends=('python-boto3' 'python-click-plugins' 'python-pytest')
depends=('python' 'python-six' 'python-cligj' 'python-munch' 'gdal')
makedepends=('cython')
optdepends=('python-click-plugins: for fio command line tool.')