[Python-modules-commits] r14610 - in packages/wtforms/trunk/debian (control)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Oct 17 15:32:28 UTC 2010


    Date: Sunday, October 17, 2010 @ 15:32:21
  Author: bzed
Revision: 14610

Add python-dateutil as dependency.

Modified:
  packages/wtforms/trunk/debian/control

Modified: packages/wtforms/trunk/debian/control
===================================================================
--- packages/wtforms/trunk/debian/control	2010-10-17 15:27:54 UTC (rev 14609)
+++ packages/wtforms/trunk/debian/control	2010-10-17 15:32:21 UTC (rev 14610)
@@ -4,7 +4,7 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 7), python-support (>= 0.8.4), python-all (>= 2.5)
-Build-Depends-Indep: python-sqlalchemy, python-django
+Build-Depends-Indep: python-sqlalchemy, python-django, python-dateutil
 Standards-Version: 3.9.1
 X-Python-Version: >= 2.4
 
@@ -12,6 +12,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Suggests: python-sqlalchemy, python-django
+Recommends: python-dateutil
 Homepage: http://wtforms.simplecodes.com/
 Description: A flexible forms validation and rendering library for Python
  WTForms is a HTML form field generator which allows full customization




More information about the Python-modules-commits mailing list