diff options
Diffstat (limited to 'python/python3-build')
-rw-r--r-- | python/python3-build/README | 8 | ||||
-rw-r--r-- | python/python3-build/python3-build.SlackBuild | 1 | ||||
-rw-r--r-- | python/python3-build/python3-build.info | 2 |
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" |