mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-python/pytest-localserver: Remove aiosmtpd dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user