python3Packages: format with nixfmt

This commit is contained in:
Martin Weinelt
2024-05-22 17:32:03 +02:00
parent 691216eca3
commit 59b1aef590
6796 changed files with 97594 additions and 98381 deletions
@@ -1,15 +1,16 @@
{ lib
, awscrt
, buildPythonPackage
, fetchPypi
, jmespath
, jsonschema
, pytestCheckHook
, python-dateutil
, pythonOlder
, pythonRelaxDepsHook
, setuptools
, urllib3
{
lib,
awscrt,
buildPythonPackage,
fetchPypi,
jmespath,
jsonschema,
pytestCheckHook,
python-dateutil,
pythonOlder,
pythonRelaxDepsHook,
setuptools,
urllib3,
}:
buildPythonPackage rec {
@@ -24,9 +25,7 @@ buildPythonPackage rec {
hash = "sha256-o6TYV/CUHZih5c6M1kw5BiJx/qC+TZ89DWr/bLWBI7k=";
};
pythonRelaxDeps = [
"urllib3"
];
pythonRelaxDeps = [ "urllib3" ];
nativeBuildInputs = [
pythonRelaxDepsHook
@@ -52,14 +51,10 @@ buildPythonPackage rec {
"tests/functional"
];
pythonImportsCheck = [
"botocore"
];
pythonImportsCheck = [ "botocore" ];
passthru.optional-dependencies = {
crt = [
awscrt
];
crt = [ awscrt ];
};
meta = with lib; {