python3Packages.setuptools: 50.3.1 -> 54.2.0

This commit is contained in:
Frederik Rietdijk
2021-03-23 10:38:57 +01:00
parent 8ef8f6b43c
commit 252ae44416
2 changed files with 10 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
echo "Building setuptools wheel..."
pushd setuptools
rm pyproject.toml
${python.pythonForBuild.interpreter} -m pip install --no-build-isolation --no-index --prefix=$out --ignore-installed --no-dependencies --no-cache .
popd