change packaging to use python-support to build for the default python version
[mirror/userdir-ldap.git] / debian / python-dep
diff --git a/debian/python-dep b/debian/python-dep
deleted file mode 100644 (file)
index bc688ef..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-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) | python1.5"