commit: 5622acb060b9337aaacc963d88139d36faff1400 Author: Ralph Seichter <github <AT> seichter <DOT> de> AuthorDate: Tue Oct 13 20:34:10 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Oct 15 22:12:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5622acb0
dev-python/pymilter: Address distutils QA warning Explicitly set DISTUTILS_USE_SETUPTOOLS=no to address QA warning. Closes: https://bugs.gentoo.org/748462 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de> Closes: https://github.com/gentoo/gentoo/pull/17917 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-python/pymilter/pymilter-1.0.4-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pymilter/pymilter-1.0.4-r1.ebuild b/dev-python/pymilter/pymilter-1.0.4-r1.ebuild index 1f25224ecd8..2e7052b1e9a 100644 --- a/dev-python/pymilter/pymilter-1.0.4-r1.ebuild +++ b/dev-python/pymilter/pymilter-1.0.4-r1.ebuild @@ -2,8 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + PYTHON_COMPAT=( python3_{6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS="no" + inherit distutils-r1 DESCRIPTION="Python interface to sendmail milter API"
