diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-16 19:50:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-16 19:50:49 +0100 |
commit | 8b1b874a4070c96bbf6a3d66d2153155c2ce9322 (patch) | |
tree | 9e0d8f920bb0de66a7bfdc3eb16c2f61de8aadac /dev-python/prometheus-client | |
parent | dev-python/tinycss2: Enable pypy3 (diff) | |
download | gentoo-8b1b874a4070c96bbf6a3d66d2153155c2ce9322.tar.gz gentoo-8b1b874a4070c96bbf6a3d66d2153155c2ce9322.tar.bz2 gentoo-8b1b874a4070c96bbf6a3d66d2153155c2ce9322.zip |
dev-python/prometheus-client: 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/prometheus-client')
-rw-r--r-- | dev-python/prometheus-client/prometheus-client-0.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/prometheus-client/prometheus-client-0.18.0.ebuild b/dev-python/prometheus-client/prometheus-client-0.18.0.ebuild index 4c7172a015c2..3c42dc5e89f4 100644 --- a/dev-python/prometheus-client/prometheus-client-0.18.0.ebuild +++ b/dev-python/prometheus-client/prometheus-client-0.18.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |