diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-25 12:39:47 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-25 12:39:47 +0200 |
commit | 7c6b6360b233598c24e3e7a742b2fda5ebf103ff (patch) | |
tree | 667dab69d8c37f761bf8677933c64ea431f7b28b /dev-python/dill | |
parent | profiles: mask =sys-fs/btrfs-progs-6.9.1 (diff) | |
download | gentoo-7c6b6360b233598c24e3e7a742b2fda5ebf103ff.tar.gz gentoo-7c6b6360b233598c24e3e7a742b2fda5ebf103ff.tar.bz2 gentoo-7c6b6360b233598c24e3e7a742b2fda5ebf103ff.zip |
dev-python/dill: link py3.13 failure report
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/dill')
-rw-r--r-- | dev-python/dill/dill-0.3.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/dill/dill-0.3.8.ebuild b/dev-python/dill/dill-0.3.8.ebuild index 9fb6c87da01e..301fe58978d6 100644 --- a/dev-python/dill/dill-0.3.8.ebuild +++ b/dev-python/dill/dill-0.3.8.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +# py3.13: https://github.com/uqfoundation/dill/issues/654 PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |