diff --git a/dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild b/dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild index 8a4ffe8..d68df65 100644 --- a/dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild +++ b/dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -#DISTUTILS_USE_PEP517=setuptools +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 optfeature @@ -18,11 +18,13 @@ KEYWORDS="~amd64 ~x86" IUSE="code_style" RESTRICT="test" # test failed as no docutils<0.17 -RDEPEND="dev-python/beautifulsoup4[${PYTHON_USEDEP}] - >=dev-python/docutils-0.15[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ~dev-python/pydata-sphinx-theme-0.7.2[${PYTHON_USEDEP}] +BDEPEND=">=dev-python/sphinx-theme-builder-0.2.0[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + ~dev-python/pydata-sphinx-theme-0.8.0[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + >=dev-python/sphinx-3[${PYTHON_USEDEP}] +