diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-09-09 15:14:18 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-09-09 15:17:18 +0100 |
commit | f2a33e291a1e669c45661ec29b4a0cd013df7b7f (patch) | |
tree | 530daded40c3335c34e2a04e6ed5141bfce8fcc1 /dev-vcs | |
parent | dev-python/pylint: enable py3.10 (diff) | |
download | gentoo-f2a33e291a1e669c45661ec29b4a0cd013df7b7f.tar.gz gentoo-f2a33e291a1e669c45661ec29b4a0cd013df7b7f.tar.bz2 gentoo-f2a33e291a1e669c45661ec29b4a0cd013df7b7f.zip |
dev-vcs/pre-commit-2.15.0: remove DISTUTILS_USE_SETUPTOOLS=rdepend
Turns out entry_points no longer require setuptools so having been
yelled at for a long time by QA about not having setuptools in RDEPEND,
we now have to revert this everywhere. Gotta love moving targets.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/pre-commit/pre-commit-2.15.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-vcs/pre-commit/pre-commit-2.15.0.ebuild b/dev-vcs/pre-commit/pre-commit-2.15.0.ebuild index f557aafa2ebc..79480395678d 100644 --- a/dev-vcs/pre-commit/pre-commit-2.15.0.ebuild +++ b/dev-vcs/pre-commit/pre-commit-2.15.0.ebuild @@ -5,7 +5,6 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_REQ_USE="sqlite" inherit distutils-r1 |