summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/hypercorn')
-rw-r--r--dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild (renamed from dev-python/hypercorn/hypercorn-0.14.3.ebuild)4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/hypercorn/hypercorn-0.14.3.ebuild b/dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild
index b63cb6151dd5..ff13dd49e3b8 100644
--- a/dev-python/hypercorn/hypercorn-0.14.3.ebuild
+++ b/dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild
@@ -42,6 +42,10 @@ BDEPEND="
distutils_enable_tests pytest
src_prepare() {
+ local PATCHES=(
+ "${FILESDIR}"/${P}-tomli.patch
+ )
+
sed -i -e 's:--no-cov-on-fail::' pyproject.toml || die
distutils-r1_src_prepare
}