fixup! python3Packages.botocore: reformat and relax urllib3 constraint

This commit is contained in:
Fabian Affolter
2024-10-13 11:09:50 +02:00
committed by Martin Weinelt
parent 01e12c2d48
commit a0d51b94be
@@ -27,9 +27,9 @@ buildPythonPackage rec {
hash = "sha256-q1NQ6KUOSNNx+i1RfWXCmkDEN4jLmhU4f5PqxaI98P0=";
};
build-system = [
setuptools
];
pythonRelaxDeps = [ "urllib3" ];
build-system = [ setuptools ];
dependencies = [
jmespath