summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-07 06:36:37 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-07 06:36:37 +0200
commit03930e74a59b9da88e252805839d801fd47029e0 (patch)
tree73373f18edb9180dead52aa9aa268178bf136df8 /dev-python/backcall
parentdev-python/aws-sam-translator: Bump to 1.45.0 (diff)
downloadgentoo-03930e74a59b9da88e252805839d801fd47029e0.tar.gz
gentoo-03930e74a59b9da88e252805839d801fd47029e0.tar.bz2
gentoo-03930e74a59b9da88e252805839d801fd47029e0.zip
dev-python/backcall: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/backcall')
-rw-r--r--dev-python/backcall/backcall-0.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index cbc996c0ce99..b4920b10ac21 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1