diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:09:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:37:44 +0100 |
commit | ba686c7e5c7f67864c264640273936887eac2b54 (patch) | |
tree | bb69f2b750ea3e0ba16a00cf2464c96f3967e75c /dev-python/sphinx-py3doc-enhanced-theme | |
parent | dev-python/sphinx-bootstrap-theme: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-ba686c7e5c7f67864c264640273936887eac2b54.tar.gz gentoo-ba686c7e5c7f67864c264640273936887eac2b54.tar.bz2 gentoo-ba686c7e5c7f67864c264640273936887eac2b54.zip |
dev-python/sphinx-py3doc-enhanced-theme: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-py3doc-enhanced-theme')
-rw-r--r-- | dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild index fb320f203ef6..24c5412f96c9 100644 --- a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild +++ b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit distutils-r1 @@ -14,6 +16,3 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" |