diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-19 07:08:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-19 07:08:04 +0200 |
commit | 7707a276de0daa805029c6126f91fe8414309a35 (patch) | |
tree | 7aa2c8dd317e7f7ee08a5b51477e7af09be5a180 /dev-python/pypy3_10 | |
parent | dev-python/asteval: Enable py3.12 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/pypy3_10')
-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 ) |