summaryrefslogtreecommitdiffstats
path: root/gis/pyproj/pyproj.info
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2019-03-12 21:16:03 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-16 06:53:29 +0700
commitc1573cde1ab37bd44f7908335f5fc620f85f118d (patch)
tree6410f2d4dc47fcd63e8be0496ef906438e14d63d /gis/pyproj/pyproj.info
parente402b166a303d951b145789ea89094cd0a869f3a (diff)
downloadslackbuilds-c1573cde1ab37bd44f7908335f5fc620f85f118d.tar.gz
slackbuilds-c1573cde1ab37bd44f7908335f5fc620f85f118d.tar.xz
gis/pyproj: Fix build for Python 3.7.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/pyproj/pyproj.info')
-rw-r--r--gis/pyproj/pyproj.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/pyproj/pyproj.info b/gis/pyproj/pyproj.info
index 196cd82984..fb6f50ca8d 100644
--- a/gis/pyproj/pyproj.info
+++ b/gis/pyproj/pyproj.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jswhit/pyproj/archive/v1.9.6rel/pyproj-1.9.6rel.tar
MD5SUM="f1a4190278f9b1b3e21aad2000e39e48"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="proj python3"
+REQUIRES="proj python3-Cython"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"