summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-31 10:06:01 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-31 10:06:01 +0100
commit85ad470eafdfe9971bb57bbdfed33aad0df964d4 (patch)
tree3c36b2a552749022bb9ac36675a8451b1593ce5b
parenteclass/tests: Update expected deps in distutils-r1 tests (diff)
downloadgentoo-85ad470e.tar.gz
gentoo-85ad470e.tar.bz2
gentoo-85ad470e.zip
eclass/tests/python-utils-r1.sh: Update expected pypy3 includedir
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 63a94c90b715..1cd5cdbf6c0a 100755
--- a/eclass/tests/python-utils-r1.sh
+++ b/eclass/tests/python-utils-r1.sh
@@ -151,7 +151,7 @@ test_var EPYTHON pypy3 pypy3
test_var PYTHON pypy3 /usr/bin/pypy3
if [[ -x /usr/bin/pypy3 ]]; then
test_var PYTHON_SITEDIR pypy3 "/usr/lib*/pypy3.?/site-packages"
- test_var PYTHON_INCLUDEDIR pypy3 "/usr/lib*/pypy3.?/include"
+ test_var PYTHON_INCLUDEDIR pypy3 "/usr/include/pypy3.?"
fi
test_var PYTHON_PKG_DEP pypy3 '*dev-python/pypy3*:0='
test_var PYTHON_SCRIPTDIR pypy3 /usr/lib/python-exec/pypy3