fixup! python3Packages.botocore: reformat and relax urllib3 constraint

This commit is contained in:
Fabian Affolter 2024-09-30 11:45:15 +02:00 committed by Martin Weinelt
parent 01e12c2d48
commit a0d51b94be

View File

@ -27,9 +27,9 @@ buildPythonPackage rec {
hash = "sha256-q1NQ6KUOSNNx+i1RfWXCmkDEN4jLmhU4f5PqxaI98P0=";
};
build-system = [
setuptools
];
pythonRelaxDeps = [ "urllib3" ];
build-system = [ setuptools ];
dependencies = [
jmespath