add support for dchroot chroots
[mirror/userdir-ldap.git] / debian / python-dep
index 17c7132..bc688ef 100644 (file)
@@ -3,4 +3,4 @@ import sys;
 if sys.version[:3] != "1.5":
        print "python:Depends=python (>= %s), python (<< %s)" % (sys.version[:3],float(sys.version[:3])+0.1)
 else:
-       print "python:Depends=python-base (>= 1.5) | python (>= 1.5), python-base (<< 1.6) | python (<< 1.6)"
+       print "python:Depends=python-base (>= 1.5) | python1.5"