From cab228583a4fcac2f9cc6e5e429fd977197ad160 Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 27 Oct 2013 20:58:40 +0000 Subject: [PATCH] Included GDAL in the dependencies. git-svn-id: http://www.winterrodeln.org/svn/wrfeed/trunk@1762 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 91844a8..fc3c363 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( "Pylons>=0.10", "SQLAlchemy>=0.5", "Genshi>=0.4", + "GDAL" ], setup_requires=["PasteScript>=1.6.3"], packages=find_packages(exclude=['ez_setup']), -- 2.39.5