dev-python/pytest-localserver: Remove aiosmtpd dep

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-05-21 09:04:56 +02:00
parent c59bf91253
commit 1b7bfb7da8

View File

@@ -33,3 +33,9 @@ EPYTEST_IGNORE=(
# requires aiosmtpd that is dead and broken beyond repair
tests/test_smtp.py
)
src_prepare() {
# remove aiosmtpd dep
sed -i -e '/aiosmtpd/d' setup.py || die
distutils-r1_src_prepare
}