Description: Explicitly configure which third-party modules install or not
Author: Sandro Tosi <morph@debian.org>
Index: basemap-1.0.1/setup.cfg
===================================================================
--- basemap-1.0.1.orig/setup.cfg	2011-09-18 22:20:07.877378475 +0200
+++ basemap-1.0.1/setup.cfg	2011-09-18 22:20:20.797783262 +0200
@@ -6,6 +6,6 @@
 #     False: do not install
 #     auto: install only if the package is unavailable. This
 #           is the default behavior
-pydap = auto
-httplib2 = auto
-pyshapelib = auto
+pydap = False
+httplib2 = False
+pyshapelib = True
