X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fpython-dep;h=bc688ef8c4ed607a0f243347ef1800c4afcd0353;hb=e727d5914c71c4faf5ac0864f41e07303cead037;hp=17c71325903ec4b78db015a895b35cf089422db2;hpb=1008cb1ddf5c896f4b6f9553614ba343059e52cb;p=mirror%2Fuserdir-ldap.git diff --git a/debian/python-dep b/debian/python-dep index 17c7132..bc688ef 100644 --- a/debian/python-dep +++ b/debian/python-dep @@ -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"