From: Stefano Zacchiroli <zack@debian.org>
Subject: Fix to avoid declaring a useless dep on Catwalk
 Only if auth support has not been requested on a given project.

---
 devtools/templates/turbogears/setup.py_tmpl |    2 ++
 1 file changed, 2 insertions(+)

--- a/devtools/templates/turbogears/setup.py_tmpl
+++ b/devtools/templates/turbogears/setup.py_tmpl
@@ -15,7 +15,9 @@
     #url='',
     install_requires=[
         "TurboGears2 >= 2.0b7",
+        {{if auth == "sqlalchemy"}}
         "Catwalk >= 2.0.2",
+        {{endif}}
         "Babel >=0.9.4",
         #can be removed iif use_toscawidgets = False
         "toscawidgets >= 0.9.7.1",
