summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRich Li2018-12-06 15:17:19 -0800
committerRich Li2018-12-06 15:17:19 -0800
commitf40a803025fcacce7870e8fad31372de57329183 (patch)
treea793f0f70811e9ab20af61579c096e12dd4c9994 /PKGBUILD
parenta06a00a50e30694a6ac9def81e044a2d8eef0b75 (diff)
downloadaur-f40a803025fcacce7870e8fad31372de57329183.tar.gz
Make some optional dependencies required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daa35aa96560..58c35342948d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,12 @@
# Contributor: Rich Li <rich@dranek.com>
pkgname=python-cartopy
pkgver=0.17.0
-pkgrel=1
+pkgrel=2
pkgdesc="A cartographic python library with matplotlib support for visualisation"
url="https://scitools.org.uk/cartopy/docs/latest/"
-depends=('python-numpy' 'python-six' 'python-shapely' 'python-pyshp' 'python-pyproj')
+depends=('python-numpy' 'python-six' 'python-shapely' 'python-pyshp' 'python-pyproj' 'python-matplotlib' 'python-pillow' 'python-scipy')
optdepends=('python-fiona: faster shapefile reading'
- 'python-matplotlib: generate plots'
'python-gdal: for use with SRTM data'
- 'python-pillow'
- 'python-scipy'
'python-owslib: access OGC clients')
makedepends=('python-setuptools' 'cython')
checkdepends=('python-pytest' 'python-filelock')