diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:09:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:37:42 +0100 |
commit | 489da733c1380fd96be3cf05c30d6f79cde44a85 (patch) | |
tree | 4eff2229fb1934b4af82facee2647429639c1df6 /dev-python/sphinx-bootstrap-theme | |
parent | dev-python/python-fastimport: Tested on python3.8 (diff) | |
download | gentoo-489da733c1380fd96be3cf05c30d6f79cde44a85.tar.gz gentoo-489da733c1380fd96be3cf05c30d6f79cde44a85.tar.bz2 gentoo-489da733c1380fd96be3cf05c30d6f79cde44a85.zip |
dev-python/sphinx-bootstrap-theme: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-bootstrap-theme')
-rw-r--r-- | dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild index 76f6f24ab703..5047804c86b6 100644 --- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild @@ -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}]" |