diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 21:00:43 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 21:04:26 -0500 |
commit | c9da760d8f869e8e4a9e2f3ebbe2d602e0d9ec0a (patch) | |
tree | e0a0edc1eeabf45f52854c5eb7abee3ef18d504c | |
parent | dev-python/os-testr: 2.0.0 bump (diff) | |
download | gentoo-c9da760d8f869e8e4a9e2f3ebbe2d602e0d9ec0a.tar.gz gentoo-c9da760d8f869e8e4a9e2f3ebbe2d602e0d9ec0a.tar.bz2 gentoo-c9da760d8f869e8e4a9e2f3ebbe2d602e0d9ec0a.zip |
dev-python/aiosmtpd: add DISTUTILS_USE_SETUPTOOLS=rdepend
Closes: https://bugs.gentoo.org/748003
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | dev-python/aiosmtpd/aiosmtpd-1.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/aiosmtpd/aiosmtpd-1.2.ebuild b/dev-python/aiosmtpd/aiosmtpd-1.2.ebuild index c0028357df7d..a75a9d4198b5 100644 --- a/dev-python/aiosmtpd/aiosmtpd-1.2.ebuild +++ b/dev-python/aiosmtpd/aiosmtpd-1.2.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - PYTHON_COMPAT=( python3_6 python3_7 ) +DISTUTILS_USE_SETUPTOOLS=rdepend + inherit distutils-r1 DESCRIPTION="asyncio based SMTP server" |