dev-python/redbaron: put deps in distutils_enable_sphinx

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-05-03 10:33:01 +02:00
parent cb3ea41778
commit d13f0f8fd3

View File

@@ -17,14 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
DEPEND="
doc? (
dev-python/ipython[matplotlib,${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
)
"
RDEPEND="
>=dev-python/baron-0.7[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
@@ -33,7 +26,7 @@ RDEPEND="
distutils_enable_tests pytest
distutils_enable_sphinx docs
distutils_enable_sphinx docs dev-python/ipython
src_prepare() {
default