Commit 63123d35 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python313Packages.hikari-crescent: fix build

parent 44d63bab
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -31,12 +31,6 @@ buildPythonPackage rec {
    sigparse
  ];

  postPatch = ''
    # pythonRelaxDepsHook did not work
    substituteInPlace pyproject.toml \
      --replace-fail 'hikari = "==' 'hikari = ">='
  '';

  pythonImportsCheck = [ "crescent" ];

  nativeCheckInputs = [