1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-05-01 00:44:08 +02:00

Added workaround for tuir with mailcap module missing in Python 3.13

This commit is contained in:
2025-06-03 09:09:26 +02:00
parent e81478cfd6
commit 5508e8fdb7
3 changed files with 325 additions and 2 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..13} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
@@ -29,6 +29,7 @@ RESTRICT="test"
PATCHES=(
"${FILESDIR}"/${PN}-config.patch
"${FILESDIR}"/${PN}-mailcap_fix_for_py313.patch
)
S=${WORKDIR}/${PN}-v${PV}