[pkg/debian] Remove python-elementtree from Depends stable
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 04 Mar 2010 16:26:22 +0100
branchstable
changeset 4819 b02f862c7188
parent 4735 b9cdfe3341d1
child 4820 0a16f07112b9
[pkg/debian] Remove python-elementtree from Depends elementTree is included in python2.5 and all supported distrib are 2.5 or above.
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.