summaryrefslogtreecommitdiff
path: root/debian/python-dep
diff options
context:
space:
mode:
Diffstat (limited to 'debian/python-dep')
-rw-r--r--debian/python-dep6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/python-dep b/debian/python-dep
deleted file mode 100644
index bc688ef8..00000000
--- a/debian/python-dep
+++ /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"