summaryrefslogtreecommitdiff
path: root/debian/python-dep
diff options
context:
space:
mode:
Diffstat (limited to 'debian/python-dep')
-rw-r--r--debian/python-dep3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/python-dep b/debian/python-dep
new file mode 100644
index 00000000..27ca72ff
--- /dev/null
+++ b/debian/python-dep
@@ -0,0 +1,3 @@
+import sys;
+
+print "python:Depends=python (>= %s), python (<< %s)" % (sys.version[:3],float(sys.version[:3])+0.1)