diff options
author | Sam James <sam@gentoo.org> | 2024-10-04 09:58:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-04 09:58:17 +0100 |
commit | 5a7a12d8c9f8a2735069288f154ab033d1115580 (patch) | |
tree | 978657c6e717544f42b3c83567dc351c929aada5 /games-util | |
parent | kde-plasma/plasma-firewall: enable py3.13 (diff) | |
download | gentoo-5a7a12d8c9f8a2735069288f154ab033d1115580.tar.gz gentoo-5a7a12d8c9f8a2735069288f154ab033d1115580.tar.bz2 gentoo-5a7a12d8c9f8a2735069288f154ab033d1115580.zip |
games-util/nml: add note for no py3.13
Bug: https://github.com/OpenTTD/nml/issues/340
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/nml/nml-0.7.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-util/nml/nml-0.7.5.ebuild b/games-util/nml/nml-0.7.5.ebuild index 44f64b61cec4..26d49964053c 100644 --- a/games-util/nml/nml-0.7.5.ebuild +++ b/games-util/nml/nml-0.7.5.ebuild @@ -6,6 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools +# py3.13: https://github.com/OpenTTD/nml/issues/340 PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 |