treewide: replace lib/${python.libPrefix}/site-packages with its shorthand ${python.sitePackages}

which should be always preferred
This commit is contained in:
Sandro Jäckel
2024-01-30 19:56:57 +01:00
parent 30b34ac007
commit 653837881e
41 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# Python {#setup-hook-python}
Adds the `lib/${python.libPrefix}/site-packages` subdirectory of each build input to the `PYTHONPATH` environment variable.
Adds the `${python.sitePackages}` subdirectory of each build input to the `PYTHONPATH` environment variable.