diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-04-07 12:00:14 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:04:04 +0700 |
commit | 5d0d5db926defe21940a163a84251a4a0e6e35ed (patch) | |
tree | 7eb4e7fc2b3306775d091d76bf694eb4c37ed429 /python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild | |
parent | cbcf000b3521184ed0aec0658d027855f34ca42b (diff) |
python/python3-setuptools-opt: Fix slack-desc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |