summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Seichter <github@seichter.de>2020-10-13 22:34:10 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-10-16 00:12:51 +0200
commit5622acb060b9337aaacc963d88139d36faff1400 (patch)
tree415d5ae1b2b555b5bf09e498f5c83524d75d20fa /dev-python/pymilter
parentmail-filter/amavisd-new: Drop 0MQ support (diff)
downloadgentoo-5622acb060b9337aaacc963d88139d36faff1400.tar.gz
gentoo-5622acb060b9337aaacc963d88139d36faff1400.tar.bz2
gentoo-5622acb060b9337aaacc963d88139d36faff1400.zip
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@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/17917 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/pymilter')
-rw-r--r--dev-python/pymilter/pymilter-1.0.4-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/pymilter/pymilter-1.0.4-r1.ebuild b/dev-python/pymilter/pymilter-1.0.4-r1.ebuild
index 1f25224ecd8e..2e7052b1e9a6 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"