# HG changeset patch # User Pierre-Yves David # Date 1267716382 -3600 # Node ID b02f862c7188620e2d85a4daa077e2e793ac377f # Parent b9cdfe3341d1228687515d9af8686971ad5e6f5c [pkg/debian] Remove python-elementtree from Depends elementTree is included in python2.5 and all supported distrib are 2.5 or above. diff -r b9cdfe3341d1 -r b02f862c7188 debian/control --- a/debian/control Fri Feb 26 17:38:12 2010 +0100 +++ b/debian/control Thu Mar 04 16:26:22 2010 +0100 @@ -62,7 +62,7 @@ Package: cubicweb-web Architecture: all XB-Python-Version: ${python:Versions} -Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 1.3), python-elementtree +Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 1.3) Recommends: python-docutils, python-vobject, fckeditor, python-fyzz, python-pysixt, fop, python-imaging Description: web interface library for the CubicWeb framework CubicWeb is a semantic web application framework.