Codebase list pypy3 / f04abf2
Exclude /usr/lib/pypy3.8/site-packages/ from pypy3-lib, it's not used. Stefano Rivera 2 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 * Fix --system-site-packages venvs, they weren't functioning due to a logic
77 bug in the distutils-install-layout patch.
88 * Add an autopkgtest to check sys.path setup.
9 * Exclude /usr/lib/pypy3.8/site-packages/ from pypy3-lib, it's not used.
910
1011 -- Stefano Rivera <stefanor@debian.org> Sun, 20 Feb 2022 15:01:16 -0400
1112
1717 ! -path '*/_tkinter/*' \
1818 -printf '%p\t/usr/lib/pypy3.8/%P\n' | sed 's,\(.*/\).*,\1,'
1919 find lib-python/3 -type f \
20 ! '(' -path '*/test/*' -o -path '*/tests/*' ')' \
20 ! '(' -path '*/test/*' -o -path '*/tests/*' -o -path '*/site-packages/*' ')' \
2121 -printf '%p\t/usr/lib/pypy3.8/%P\n' | sed 's,\(.*/\).*,\1,'