diff options
author | Daniele Tricoli <eriol@mornie.org> | 2011-06-07 22:14:04 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2011-06-07 22:14:04 +0000 |
commit | 897617882697c0f475188fccb218f21b47d62f77 (patch) | |
tree | 872734f1fb5e46935d90e5057b131f09191711e5 /debian/control | |
parent | 554ea773b71236cc282b5c100855505ea40f223e (diff) | |
download | python-requests-897617882697c0f475188fccb218f21b47d62f77.tar python-requests-897617882697c0f475188fccb218f21b47d62f77.tar.gz |
Added X-Python-Version: >= 2.5
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 636c991..6ec3b1b 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Priority: optional Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3), Standards-Version: 3.9.2 +X-Python-Version: >= 2.5 Homepage: http://python-requests.org Vcs-Svn: svn://svn.debian.org/python-modules/packages/requests/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/requests/trunk/ |