dev-python/flask-cors: Only depend on the python-docs:2.7
authorW. Trevor King <wking@tremily.us>
Sun, 14 Sep 2014 18:47:35 +0000 (11:47 -0700)
committerW. Trevor King <wking@tremily.us>
Sun, 14 Sep 2014 18:47:35 +0000 (11:47 -0700)
PEP 430 says that links to Python docs without an explicit version are
implicitly requesting the latest 2.x release [1].

[1]: http://legacy.python.org/dev/peps/pep-0430/#don-t-break-useful-resources

dev-python/flask-cors/flask-cors-9999.ebuild

index 343eaf15b4e84032c1666e6caa9b74d7a9a39df7..ca2ab58066d708907830b89334e810cdcb8fb918 100644 (file)
@@ -33,11 +33,7 @@ DEPEND="
        doc? (
                ${RDEPEND}
                app-portage/gentoolkit
-               || (
-                       >=dev-python/python-docs-3.4.0-r1
-                       >=dev-python/python-docs-3.3.5-r1:3.3
-                       >=dev-python/python-docs-2.7.6-r1:2.7
-               )
+               >=dev-python/python-docs-2.7.6-r1:2.7
                dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
        )
        test? (