]> Raphaël G. Git Repositories - youtubedl/commitdiff
debian/control: Remove upper limit on the python version that we support.
authorRogério Brito <rbrito@ime.usp.br>
Fri, 30 Aug 2013 00:34:10 +0000 (21:34 -0300)
committerRogério Brito <rbrito@ime.usp.br>
Fri, 30 Aug 2013 00:34:10 +0000 (21:34 -0300)
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

index 8d817623f16824ff943473b2d8364799e4a65b5d..d4986bd5762760c7f8c1a7e2486b8bc31163f35e 100644 (file)
@@ -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