diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-16 19:51:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-16 20:43:31 +0100 |
commit | 9df6e79571e88ebcc782a40636756fae967941d1 (patch) | |
tree | 1aaa619a5bc75b444992c3fb1d3c2ffdefd38da1 /dev-python/send2trash | |
parent | x11-misc/xkeyboard-config: Stabilize 2.40 ppc, #917440 (diff) | |
download | gentoo-9df6e79571e88ebcc782a40636756fae967941d1.tar.gz gentoo-9df6e79571e88ebcc782a40636756fae967941d1.tar.bz2 gentoo-9df6e79571e88ebcc782a40636756fae967941d1.zip |
dev-python/send2trash: Enable pypy3
Sponsored-by: Ex Makhina, Inc. <info-gentoo@exmakhina.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/send2trash')
-rw-r--r-- | dev-python/send2trash/send2trash-1.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/send2trash/send2trash-1.8.2.ebuild b/dev-python/send2trash/send2trash-1.8.2.ebuild index 1a0e9cbad0ef..d759f6cb0331 100644 --- a/dev-python/send2trash/send2trash-1.8.2.ebuild +++ b/dev-python/send2trash/send2trash-1.8.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=Send2Trash -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |