summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-08 17:31:43 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-08 20:30:59 +0200
commitfd8c9f84f7ce8657bba0ac7496b3751550a43f7b (patch)
tree2ad5f1d1c0bfd239fbcc48c644363863c9ce19b5
parentpython-utils-r1.eclass: Add python3_13 (diff)
downloadgentoo-fd8c9f84f7ce8657bba0ac7496b3751550a43f7b.tar.gz
gentoo-fd8c9f84f7ce8657bba0ac7496b3751550a43f7b.tar.bz2
gentoo-fd8c9f84f7ce8657bba0ac7496b3751550a43f7b.zip
eclass/tests/python-utils-r1.sh: Fix pypy3 matches
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rwxr-xr-xeclass/tests/python-utils-r1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh
index c5a45b302298..93cea324a3df 100755
--- a/eclass/tests/python-utils-r1.sh
+++ b/eclass/tests/python-utils-r1.sh
@@ -126,7 +126,7 @@ if [[ -x /usr/bin/pypy3 ]]; then
test_var PYTHON_SITEDIR pypy3 "/usr/lib*/pypy3.*/site-packages"
test_var PYTHON_INCLUDEDIR pypy3 "/usr/include/pypy3.*"
fi
-test_var PYTHON_PKG_DEP pypy3 '*dev-python/pypy3*:0='
+test_var PYTHON_PKG_DEP pypy3 '*dev-python/pypy3*:='
test_var PYTHON_SCRIPTDIR pypy3 /usr/lib/python-exec/pypy3
eoutdent