commit: cf2cc5755453fc1d8e44ee02705407b2a055e6d2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 31 16:28:26 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 31 16:31:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2cc575
net-analyzer/fail2ban: add setuptools BDEPEND, drop debris Bug: https://bugs.gentoo.org/909998 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/fail2ban/fail2ban-1.1.0-r3.ebuild | 4 +++- net-analyzer/fail2ban/fail2ban-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-analyzer/fail2ban/fail2ban-1.1.0-r3.ebuild b/net-analyzer/fail2ban/fail2ban-1.1.0-r3.ebuild index 577332238350..caf87142fe5b 100644 --- a/net-analyzer/fail2ban/fail2ban-1.1.0-r3.ebuild +++ b/net-analyzer/fail2ban/fail2ban-1.1.0-r3.ebuild @@ -3,7 +3,6 @@ EAPI=8 -DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python3_{10..13} ) inherit bash-completion-r1 edo python-single-r1 systemd tmpfiles @@ -41,6 +40,9 @@ RDEPEND=" ) " BDEPEND=" + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ') test? ( $(python_gen_cond_dep ' dev-python/aiosmtpd[${PYTHON_USEDEP}] diff --git a/net-analyzer/fail2ban/fail2ban-9999.ebuild b/net-analyzer/fail2ban/fail2ban-9999.ebuild index 3ab7586d1797..37e63e45d9a9 100644 --- a/net-analyzer/fail2ban/fail2ban-9999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-9999.ebuild @@ -3,7 +3,6 @@ EAPI=8 -DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python3_{10..13} ) inherit bash-completion-r1 edo python-single-r1 systemd tmpfiles @@ -41,6 +40,9 @@ RDEPEND=" ) " BDEPEND=" + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ') test? ( $(python_gen_cond_dep ' dev-python/aiosmtpd[${PYTHON_USEDEP}]
