[Python-modules-commits] r8852 - in packages/python-toscawidgets/trunk/debian (2 files)
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Thu Jun 25 14:12:24 UTC 2009
Date: Thursday, June 25, 2009 @ 14:12:18
Author: zack
Revision: 8852
add dependency on python-formencode (induced by tw.forms)
Modified:
packages/python-toscawidgets/trunk/debian/changelog
packages/python-toscawidgets/trunk/debian/control
Modified: packages/python-toscawidgets/trunk/debian/changelog
===================================================================
--- packages/python-toscawidgets/trunk/debian/changelog 2009-06-25 14:00:50 UTC (rev 8851)
+++ packages/python-toscawidgets/trunk/debian/changelog 2009-06-25 14:12:18 UTC (rev 8852)
@@ -9,8 +9,9 @@
* debian/rules:
- avoid installing *.pth files
- clear spurious +x bits on installed *.css files
+ - add dependency on python-formencode (induced by tw.forms)
- -- Stefano Zacchiroli <zack at debian.org> Thu, 25 Jun 2009 15:20:42 +0200
+ -- Stefano Zacchiroli <zack at debian.org> Thu, 25 Jun 2009 16:12:01 +0200
python-toscawidgets (0.9.4-1) experimental; urgency=low
Modified: packages/python-toscawidgets/trunk/debian/control
===================================================================
--- packages/python-toscawidgets/trunk/debian/control 2009-06-25 14:00:50 UTC (rev 8851)
+++ packages/python-toscawidgets/trunk/debian/control 2009-06-25 14:12:18 UTC (rev 8852)
@@ -21,7 +21,8 @@
${misc:Depends},
${python:Depends},
python-webob,
- python-simplejson
+ python-simplejson (>= 2.0),
+ python-formencode (>= 1.1)
Suggests:
python-cheetah,
python-genshi,
More information about the Python-modules-commits
mailing list