summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-12 05:33:49 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-16 08:56:14 +0700
commit7f335270a332a19d0de09a7ab612ba3b98a98eaa (patch)
treeffde6419cf118ff2bcc19b292a4cc2073c57d43c
parent20d82387154cc00d4ad6fda806f94378fbf9a65a (diff)
downloadslackbuilds-7f335270a332a19d0de09a7ab612ba3b98a98eaa.tar.gz
slackbuilds-7f335270a332a19d0de09a7ab612ba3b98a98eaa.tar.xz
python/python3-build: Remove dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-build/README8
-rw-r--r--python/python3-build/python3-build.SlackBuild1
-rw-r--r--python/python3-build/python3-build.info2
3 files changed, 10 insertions, 1 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.
diff --git a/python/python3-build/python3-build.SlackBuild b/python/python3-build/python3-build.SlackBuild
index c02fb31527..4ce5fb7ce2 100644
--- a/python/python3-build/python3-build.SlackBuild
+++ b/python/python3-build/python3-build.SlackBuild
@@ -25,6 +25,7 @@
# 20230507 46and2: New maintainer, updated version and deps.
# -build process changed
+# 20231212 46and2: Remove python-importlib_metadata as dep, see README.
cd $(dirname $0) ; CWD=$(pwd)
diff --git a/python/python3-build/python3-build.info b/python/python3-build/python3-build.info
index bd4cbd542b..6cdb59f3dc 100644
--- a/python/python3-build/python3-build.info
+++ b/python/python3-build/python3-build.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/b/build/build-1.0.3.tar
MD5SUM="45f216f02135c6acb486ba325e8f8da3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-pyproject-hooks python-importlib_metadata"
+REQUIRES="python3-pyproject-hooks"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"