Commit 71fcc06a authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.papermill: relax aiohttp dependency to fix build

parent 3fe26719
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
  ];