mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
fixup! python3Packages.botocore: reformat and relax urllib3 constraint
This commit is contained in:
parent
01e12c2d48
commit
a0d51b94be
@ -27,9 +27,9 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-q1NQ6KUOSNNx+i1RfWXCmkDEN4jLmhU4f5PqxaI98P0=";
|
hash = "sha256-q1NQ6KUOSNNx+i1RfWXCmkDEN4jLmhU4f5PqxaI98P0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
pythonRelaxDeps = [ "urllib3" ];
|
||||||
setuptools
|
|
||||||
];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
jmespath
|
jmespath
|
||||||
|
Loading…
Reference in New Issue
Block a user