commit: bca26fdfcd1462ec6a662b949330195582ed3bcb
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:37:26 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:37:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bca26fdf
dev-python/aiosmtplib: move DISTUTILS_USE_SETUPTOOLS to pre-inherit
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
b/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
index 212ee9c56..941bc7d8f 100644
--- a/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
+++ b/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
@@ -19,5 +20,3 @@ DEPEND="dev-python/pyproject2setuppy"
RDEPEND="${DEPEND}"
RESTRICT="mirror"
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml