diff options
Diffstat (limited to 'python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild')
-rw-r--r-- | python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild b/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild index aaec7e3d77..5ac75cd8a9 100644 --- a/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild +++ b/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild @@ -86,7 +86,7 @@ rm -f setuptools/*.exe # Recent Python versions support both a libdir (for pure Python modules) and a # platlib (for $ARCH specific modules). We've always patched Python to use -# the platform directory (such as /usr/lib64/python3.9/site-packages on x86_64) +# the platform directory (such as /usr/lib64/python$PYVER/site-packages on x86_64) # for all modules. Perhaps we will rethink this, but since an installed # setuptools now takes priority for reporting the libdir (and this no longer # matches the platlib on architectures such as x86_64), let's patch setuptools |