python3Packages.zconfig: relax setuptools constraint
This commit is contained in:
@@ -23,6 +23,11 @@ buildPythonPackage rec {
|
||||
|
||||
patches = lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools >= 78.1.1,< 81" setuptools
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user