dev-python/sphinx-bootstrap-theme: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 14:09:17 +0000 (15:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 14:37:42 +0000 (15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild

index 76f6f24ab70361c9ca053a2352add2550bac88a0..5047804c86b6af4c924886d035c6809e077f314d 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
 
 inherit distutils-r1
@@ -15,5 +16,3 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"