diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2019-02-14 15:02:22 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-04 01:54:48 +0100 |
commit | e169d0bf967652de8826b890e0f4bbb0da38fe10 (patch) | |
tree | cf3c7f4b19a97f686fbf7ae93ec0e7466a487969 /dev-python/click | |
parent | dev-db/mongodb: fix license name (diff) | |
download | gentoo-e169d0bf967652de8826b890e0f4bbb0da38fe10.tar.gz gentoo-e169d0bf967652de8826b890e0f4bbb0da38fe10.tar.bz2 gentoo-e169d0bf967652de8826b890e0f4bbb0da38fe10.zip |
dev-python/click: add docutils/sphinx version constraints
Closes: https://bugs.gentoo.org/677648
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11050
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/click')
-rw-r--r-- | dev-python/click/click-7.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/click/click-7.0.ebuild b/dev-python/click/click-7.0.ebuild index 5a40e81b391f..6b7015bd45bb 100644 --- a/dev-python/click/click-7.0.ebuild +++ b/dev-python/click/click-7.0.ebuild @@ -19,8 +19,9 @@ IUSE="doc examples test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/pallets-sphinx-themes[${PYTHON_USEDEP}] )" + doc? ( >=dev-python/docutils-0.14[${PYTHON_USEDEP}] + dev-python/pallets-sphinx-themes[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.7.5-r1[${PYTHON_USEDEP}] )" python_prepare_all() { # Prevent un-needed d'loading |