summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-10-11 14:04:50 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-16 20:20:50 +0200
commitda66bc353c85251a31b9328127c7851c39f37ae9 (patch)
tree50d1ffae01d81136cc84eb78a048cd16016dd954 /dev-python/sphinx_rtd_theme
parentdev-python/jsonpickle: correct DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-da66bc353c85251a31b9328127c7851c39f37ae9.tar.gz
gentoo-da66bc353c85251a31b9328127c7851c39f37ae9.tar.bz2
gentoo-da66bc353c85251a31b9328127c7851c39f37ae9.zip
dev-python/sphinx_rtd_theme: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/746233 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_rtd_theme')
-rw-r--r--dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
index 759aceb7ec88..97bd85d526bb 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=bdepend
PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1