summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-02-13 22:43:37 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-13 22:45:09 +0100
commit4c9137049682af6e89388cc195d4bb5f8dbebe6b (patch)
tree105863f2a7c657f790be46690a759a49f278fff8 /dev-python/sphinx
parentnet-print/cups: Remove libgcrypt dep, it seems not to be used anymore (diff)
downloadgentoo-4c9137049682af6e89388cc195d4bb5f8dbebe6b.tar.gz
gentoo-4c9137049682af6e89388cc195d4bb5f8dbebe6b.tar.bz2
gentoo-4c9137049682af6e89388cc195d4bb5f8dbebe6b.zip
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
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r--dev-python/sphinx/sphinx-1.5.1-r2.ebuild (renamed from dev-python/sphinx/sphinx-1.5.1-r1.ebuild)3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/sphinx/sphinx-1.5.1-r1.ebuild b/dev-python/sphinx/sphinx-1.5.1-r2.ebuild
index 1795fdc0e1e6..e71d1a57da62 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 )
)"