summaryrefslogtreecommitdiffstats
path: root/python/python3-build/README
diff options
context:
space:
mode:
author fourtysixandtwo2023-12-12 13:33:49 +0100
committer Willy Sudiarto Raharjo2023-12-16 02:56:14 +0100
commit7f335270a332a19d0de09a7ab612ba3b98a98eaa (patch)
treeffde6419cf118ff2bcc19b292a4cc2073c57d43c /python/python3-build/README
parent20d82387154cc00d4ad6fda806f94378fbf9a65a (diff)
downloadslackbuilds-7f335270a332a19d0de09a7ab612ba3b98a98eaa.tar.gz
python/python3-build: Remove dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-build/README')
-rw-r--r--python/python3-build/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-build/README b/python/python3-build/README
index f1c40b22d7..204337b288 100644
--- a/python/python3-build/README
+++ b/python/python3-build/README
@@ -1 +1,9 @@
A simple, correct PEP517 package builder.
+
+NOTE:
+ Has a soft requirement for python-importlib_metadata (and python-zipp)
+ which should be installed as it fixes a stdlib bug, but newer versions
+ have a circular dep on this slackbuild so cannot be built before it.
+ Therefore it will NOT be added to REQUIRES here.
+
+ This change will not affect most python builds.