Merge remote-tracking branch 'origin/staging-next' into staging

Conflicts:
-	pkgs/development/python-modules/curio/default.nix
-	pkgs/development/python-modules/pytest-httpbin/default.nix
-	pkgs/development/python-modules/xtensor-python/default.nix
This commit is contained in:
Martin Weinelt
2024-05-22 18:08:30 +02:00
6849 changed files with 98341 additions and 98785 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-gEghJSWXgh9yI8s7/KKipROuC7mnHo4iYFr/aGbhPnE=";
};
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; {