mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-02 07:37:28 -07:00
When on pypy3.8, and package forces to use setuptools's bundled distutils, it installs into "/usr/lib/python3.8" directory, which is wrong. Using this patch, we fix the install locations, so it installs correctly for all targets (tested). Closes: https://bugs.gentoo.org/821112 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>