[debian] depends on twisted.web instead of twisted.web2
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 20 Apr 2010 10:56:57 +0200
changeset 5342 7effa8a48f75
parent 5337 c3a037550e1f
child 5343 b7eca41d72f9
[debian] depends on twisted.web instead of twisted.web2
debian/control
--- a/debian/control	Tue Apr 20 10:38:05 2010 +0200
+++ b/debian/control	Tue Apr 20 10:56:57 2010 +0200
@@ -68,7 +68,7 @@
 Architecture: all
 XB-Python-Version: ${python:Versions}
 Provides: cubicweb-web-frontend
-Depends: ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web2
+Depends: ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web
 Recommends: pyro, cubicweb-documentation (= ${source:Version})
 Description: twisted-based web interface for the CubicWeb framework
  CubicWeb is a semantic web application framework.