python311Packages.papermill: relax aiohttp dependency to fix build

This commit is contained in:
Gaetan Lepage 2024-04-02 11:31:59 +02:00
parent 3fe267190e
commit 71fcc06aad

View File

@ -18,6 +18,7 @@
, pytest-mock
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, pyyaml
, requests
, setuptools
@ -39,7 +40,12 @@ buildPythonPackage rec {
hash = "sha256-x6f5hhTdOPDVFiBvRhfrXq1wd5keYiuUshXnT0IkjX0=";
};
pythonRelaxDeps = [
"aiohttp"
];
nativeBuildInputs = [
pythonRelaxDepsHook
setuptools
];