diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-16 17:33:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-16 17:35:20 +0100 |
commit | fb24c3f8c325be6094c031f3cab5453604e41ae1 (patch) | |
tree | f054dc0318bf42bad19eec435ae526ae48066956 /dev-python/pytest-console-scripts | |
parent | dev-python/nest-asyncio: Enable pypy3 (diff) | |
download | gentoo-fb24c3f8c325be6094c031f3cab5453604e41ae1.tar.gz gentoo-fb24c3f8c325be6094c031f3cab5453604e41ae1.tar.bz2 gentoo-fb24c3f8c325be6094c031f3cab5453604e41ae1.zip |
dev-python/pytest-console-scripts: 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/pytest-console-scripts')
-rw-r--r-- | dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild b/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild index 5ee8abec5ef5..3d29146a60fc 100644 --- a/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild +++ b/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |