From a2851c1ed46be6082698f4519b7cb0a95f09f620 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rog=C3=A9rio=20Brito?= Date: Thu, 29 Aug 2013 21:34:10 -0300 Subject: [PATCH 1/1] 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. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.1