diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-14 20:01:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-14 20:15:28 +0200 |
commit | de0375eae168ac44cfb425082ac7bef5c1a2b93d (patch) | |
tree | 506e6d69c17873104d378f4d5f1221344614a89b /dev-python/dominate | |
parent | sys-apps/edid-decode: Keyword 0_pre20230131 arm, #934305 (diff) | |
download | gentoo-de0375eae168ac44cfb425082ac7bef5c1a2b93d.tar.gz gentoo-de0375eae168ac44cfb425082ac7bef5c1a2b93d.tar.bz2 gentoo-de0375eae168ac44cfb425082ac7bef5c1a2b93d.zip |
dev-python/dominate: Link py3.13 failure report
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dominate')
-rw-r--r-- | dev-python/dominate/dominate-2.9.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/dominate/dominate-2.9.1.ebuild b/dev-python/dominate/dominate-2.9.1.ebuild index ba757949eccd..85015fef18a1 100644 --- a/dev-python/dominate/dominate-2.9.1.ebuild +++ b/dev-python/dominate/dominate-2.9.1.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +# py3.13: https://github.com/Knio/dominate/issues/199 PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |