commit:     4c9137049682af6e89388cc195d4bb5f8dbebe6b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 21:43:37 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 21:45:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c913704

dev-python/sphinx: Unconditionally depend on dev-python/requests

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-r1.ebuild => sphinx-1.5.1-r2.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/sphinx/sphinx-1.5.1-r1.ebuild 
b/dev-python/sphinx/sphinx-1.5.1-r2.ebuild
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 1795fdc0e1..e71d1a57da 100644
--- a/dev-python/sphinx/sphinx-1.5.1-r1.ebuild
+++ b/dev-python/sphinx/sphinx-1.5.1-r2.ebuild
@@ -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 )
        )"

Reply via email to