From: Rogério Brito Date: Fri, 30 Aug 2013 00:34:10 +0000 (-0300) Subject: debian/control: Remove upper limit on the python version that we support. X-Git-Url: https://git.rapsys.eu/youtubedl/commitdiff_plain/a2851c1ed46be6082698f4519b7cb0a95f09f620 debian/control: Remove upper limit on the python version that we support. youtube-dl does work with python3 and stating otherwise is a lie. If the build system breaks, then the build system should be fixed to reflect reality. We should not circumvent reality otherwise. --- diff --git a/debian/control b/debian/control index 8d81762..d4986bd 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: python-pkg-resources Build-Depends-Indep: python -X-Python-Version: >= 2.6, << 2.8 +X-Python-Version: >= 2.6 Standards-Version: 3.9.4 Homepage: http://rg3.github.com/youtube-dl/ Vcs-Git: git://anonscm.debian.org/collab-maint/youtube-dl.git