summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-12-19 17:36:31 +0100
committerMichał Górny <mgorny@gentoo.org>2022-12-19 17:45:53 +0100
commit549a3e249a97f89f4f4aaa35f90d5191b707104e (patch)
tree7575b1d4012404bd79e5e1c1fcb7d1d6d4d7440b /dev-python
parentdev-util/scons: Skip failing/hanging tests (diff)
downloadgentoo-549a3e249a97f89f4f4aaa35f90d5191b707104e.tar.gz
gentoo-549a3e249a97f89f4f4aaa35f90d5191b707104e.tar.bz2
gentoo-549a3e249a97f89f4f4aaa35f90d5191b707104e.zip
dev-python/hypercorn: Patches work better whan applied
Closes: https://bugs.gentoo.org/887219 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-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
}