From fe574ed4be665818ed130ee2c42f1e05149a862b Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Sat, 9 Sep 2023 16:22:52 +0900 Subject: [PATCH] black: Minor fix in the build instruction [skip ci] Since we use the docker container to run auditwheel, it is no longer required to install patchelf by ourselves. --- pypi/projects/black/build.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pypi/projects/black/build.md b/pypi/projects/black/build.md index a025888..28d6364 100644 --- a/pypi/projects/black/build.md +++ b/pypi/projects/black/build.md @@ -11,7 +11,6 @@ Then install some build prerequisites in a venv: ```console $ pip install hatch hatch-vcs hatch-fancy-pypi-readme hatch-mypyc auditwheel -$ sudo apt-get install -y patchelf ``` Check if the version is cleanly recognized: