treewide: replace lib/${python.libPrefix}/site-packages with its shorthand ${python.sitePackages}
which should be always preferred
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user