summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2023-02-21 14:50:30 -0500
committerWinter <winter@winter.cafe>2023-02-25 13:43:28 -0500
commite4dd2b8ca0269c0d283f4f74ccfe9bec082b3563 (patch)
treebabb64e10f8815fd2c4148d6601b15cd6f2873c5 /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch
parentab8815a4b681e15da4b5c5dbbb137a4b64136377 (diff)
pypy3{8,9}: fix sitePackages
When PyPy introduced Python 3.8 support with version 7.3.6, they also migrated to using CPython's directory layout [0]: > The 3.8 package now uses the same layout as CPython, and many of the PyPy-specific changes to `sysconfig`, `distutils.sysconfig`, and `distutils.commands.install.py` have been removed. The stdlib now is located in `<base>/lib/pypy3.8` on `posix` systems... When we upgraded past this version and added Python 3.8 support [1], the `sitePackages` value was never updated, leading `bootstrapped-pip` to fail to build, because wheel was trying to be located in `$out/site-packages`, when it was actually installed to `$out/lib/pypy3.8/site-packages`. [0]: https://www.pypy.org/posts/2021/10/pypy-v736-release.html [1]: eec28b8cfd7923a876fb47af8a0459c1a550fd97
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions