From bebd1a3533cceb6f75dfa9d0cee749bc9b251fd4 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 25 Apr 2020 13:25:37 +0200 Subject: [PATCH] dev-python/pytest-cython: add missing doc dep Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- dev-python/pytest-cython/pytest-cython-0.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild index a339433aaf..df96a72632 100644 --- a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild +++ b/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild @@ -6,6 +6,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 +DISTUTILS_USE_SETUPTOOLS=rdepend DESCRIPTION="Plugin for testing Cython extension modules" HOMEPAGE="https://github.com/lgpage/pytest-cython" @@ -28,4 +29,4 @@ RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" #" #distutils_enable_tests pytest -distutils_enable_sphinx docs +distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme