diff options
author | Daniele Tricoli <eriol@mornie.org> | 2012-02-05 08:24:08 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2012-02-05 08:24:08 +0000 |
commit | b9b90ae1e48f3ee9a7bc9ffe39b6b523ca25731f (patch) | |
tree | 1cdea0aa4bfb71ce82e9d9f66190f6a865cf3f25 /debian/control | |
parent | b47c5391f414f41493bc7f0cb714e54a0b7f6267 (diff) | |
download | python-urllib3-b9b90ae1e48f3ee9a7bc9ffe39b6b523ca25731f.tar python-urllib3-b9b90ae1e48f3ee9a7bc9ffe39b6b523ca25731f.tar.gz |
Added X-Python-Version: >= 2.6
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 c2e6f76..cb123a2 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3), Standards-Version: 3.9.2 +X-Python-Version: >= 2.6 Homepage: http://urllib3.readthedocs.org Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-urllib3/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-urllib3/trunk/ |