summaryrefslogtreecommitdiff
path: root/python-owslib/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-24 15:34:16 +0200
committerErich Eckner <git@eckner.net>2017-09-24 15:34:16 +0200
commit8f35d7ecd56ac3dfc39ba4d022324558e63eb440 (patch)
tree054926ec34f7fab3ee08db7c916f8a3a6e9ba4cc /python-owslib/PKGBUILD
parent46304d9eeb541ac65243f1f33983521eb840aa41 (diff)
downloadarchlinuxewe.git.save-8f35d7ecd56ac3dfc39ba4d022324558e63eb440.tar.xz
add missing split-makedepends
Diffstat (limited to 'python-owslib/PKGBUILD')
-rw-r--r--python-owslib/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/python-owslib/PKGBUILD b/python-owslib/PKGBUILD
index d8135cc4..77a010db 100644
--- a/python-owslib/PKGBUILD
+++ b/python-owslib/PKGBUILD
@@ -8,7 +8,9 @@ pkgrel=1
arch=('any')
url='http://geopython.github.io/OWSLib'
license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools'
+ 'python2-dateutil' 'python2-pytz' 'python2-requests' 'python2-pyproj'
+ 'python-dateutil' 'python-pytz' 'python-requests' 'python-pyproj')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/geopython/OWSLib/archive/$pkgver.tar.gz")
sha256sums=('3a0cb567ffa8a574991feb686ea1f2d3f9054ea0e625bcd25f7747f63f88d5ea')