summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 17:22:23 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 17:30:14 +0200
commit82923dec6ecefeaa9e54805c23108253dbd2559b (patch)
treeb78f8c8c5e56275c0d804bd134d1d2a323387cfe /dev-python/rst-linker/rst-linker-2.0.0.ebuild
parentdev-python/python-cstruct: Restore default DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-82923dec6ecefeaa9e54805c23108253dbd2559b.tar.gz
gentoo-82923dec6ecefeaa9e54805c23108253dbd2559b.tar.bz2
gentoo-82923dec6ecefeaa9e54805c23108253dbd2559b.zip
dev-python/rst-linker: Restore default DISTUTILS_USE_SETUPTOOLS
The underlying issue causing false positives has been fixed. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rst-linker/rst-linker-2.0.0.ebuild')
-rw-r--r--dev-python/rst-linker/rst-linker-2.0.0.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/rst-linker/rst-linker-2.0.0.ebuild b/dev-python/rst-linker/rst-linker-2.0.0.ebuild
index 5204e241d7e8..0b9231d4e01d 100644
--- a/dev-python/rst-linker/rst-linker-2.0.0.ebuild
+++ b/dev-python/rst-linker/rst-linker-2.0.0.ebuild
@@ -4,8 +4,6 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-# [options.entry_points] is present in setup.cfg but it is empty
-DISTUTILS_USE_SETUPTOOLS=manual
inherit distutils-r1
@@ -25,7 +23,6 @@ RDEPEND="
dev-python/python-dateutil[${PYTHON_USEDEP}]
"
BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
test? (
${RDEPEND}