summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-19 07:08:04 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-19 07:08:04 +0200
commit7707a276de0daa805029c6126f91fe8414309a35 (patch)
tree7aa2c8dd317e7f7ee08a5b51477e7af09be5a180
parentdev-python/asteval: Enable py3.12 (diff)
downloadgentoo-7707a276de0daa805029c6126f91fe8414309a35.tar.gz
gentoo-7707a276de0daa805029c6126f91fe8414309a35.tar.bz2
gentoo-7707a276de0daa805029c6126f91fe8414309a35.zip
dev-python/pypy3_10: Fix missing _testmultiphase module
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pypy3_10/pypy3_10-7.3.12-r1.ebuild (renamed from dev-python/pypy3_10/pypy3_10-7.3.12.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pypy3_10/pypy3_10-7.3.12.ebuild b/dev-python/pypy3_10/pypy3_10-7.3.12-r1.ebuild
index 006c64a10402..c3cd1b2bb121 100644
--- a/dev-python/pypy3_10/pypy3_10-7.3.12.ebuild
+++ b/dev-python/pypy3_10/pypy3_10-7.3.12-r1.ebuild
@@ -123,6 +123,7 @@ src_compile() {
cffi_targets=(
pypy_util blake2/_blake2 sha3/_sha3 ssl
audioop syslog pwdgrp resource lzma posixshmem
+ testmultiphase
)
use gdbm && cffi_targets+=( gdbm )
use ncurses && cffi_targets+=( curses )