diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-26 22:47:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-26 22:52:58 +0100 |
commit | f30a3101aa6215e07d1ff7e3241a2f55ded8cb2a (patch) | |
tree | 12351507bf9d54b45070585dc9404d697b7813b6 /dev-python/poetry-core | |
parent | dev-python/jsonschema: Switch to PEP 517 build (diff) | |
download | gentoo-f30a3101aa6215e07d1ff7e3241a2f55ded8cb2a.tar.gz gentoo-f30a3101aa6215e07d1ff7e3241a2f55ded8cb2a.tar.bz2 gentoo-f30a3101aa6215e07d1ff7e3241a2f55ded8cb2a.zip |
dev-python/poetry-core: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/poetry-core')
-rw-r--r-- | dev-python/poetry-core/poetry-core-1.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/poetry-core/poetry-core-1.0.7.ebuild b/dev-python/poetry-core/poetry-core-1.0.7.ebuild index 8e513592a91c..ed1c50ef3d5e 100644 --- a/dev-python/poetry-core/poetry-core-1.0.7.ebuild +++ b/dev-python/poetry-core/poetry-core-1.0.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Poetry PEP 517 Build Backend" |