Commit 0465be1b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python311Packages.pysnow: fix deps, unbreak

parent 557398e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
  poetry-core,
  python-magic,
  pytz,
  six,
  pytestCheckHook,
  requests-oauthlib,
}:
@@ -25,6 +26,8 @@ buildPythonPackage rec {
    hash = "sha256-nKOPCkS2b3ObmBnk/7FTv4o4vwUX+tOtZI5OQQ4HSTY=";
  };

  pythonRelaxDeps = [ "requests-oauthlib" ];

  nativeBuildInputs = [ poetry-core ];

  propagatedBuildInputs = [
@@ -32,6 +35,7 @@ buildPythonPackage rec {
    ijson
    python-magic
    pytz
    six
    requests-oauthlib
  ];