dev-python/sphinx: Unconditionally depend on dev-python/requests
authorDavid Seifert <soap@gentoo.org>
Mon, 13 Feb 2017 21:43:37 +0000 (22:43 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 13 Feb 2017 21:45:09 +0000 (22:45 +0100)
Bug: https://bugs.gentoo.org/show_bug.cgi?id=609286

Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/sphinx/sphinx-1.5.1-r2.ebuild [moved from dev-python/sphinx/sphinx-1.5.1-r1.ebuild with 97% similarity]

similarity index 97%
rename from dev-python/sphinx/sphinx-1.5.1-r1.ebuild
rename to dev-python/sphinx/sphinx-1.5.1-r2.ebuild
index 1795fdc0e1e698bdd67886fd310a7c488e3fa37b..e71d1a57da623df46b3ecad018aedd0afc268965 100644 (file)
@@ -26,6 +26,7 @@ RDEPEND="
        >=dev-python/pygments-2.0.1-r1[${PYTHON_USEDEP}]
        >=dev-python/six-1.5[${PYTHON_USEDEP}]
        >=dev-python/Babel-2.1.1[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]
        >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}]
        >=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}]
        <dev-python/sphinx_rtd_theme-2.0[${PYTHON_USEDEP}]
@@ -35,7 +36,6 @@ RDEPEND="
                app-text/dvipng
        )
        net? (
-               >=dev-python/requests-2.4.0[${PYTHON_USEDEP}]
                >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}]
                >=dev-python/whoosh-2.0[${PYTHON_USEDEP}]
        )"
@@ -49,7 +49,6 @@ DEPEND="${RDEPEND}
                >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}]
                >=dev-python/whoosh-2.0[${PYTHON_USEDEP}]
                dev-python/flake8[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
                $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'pypy*' 'python2*')
                $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' 'pypy*' 'python2*' python3_4 )
        )"