Unverified Commit ff7ded73 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python313Packages.sopel: fix build (#386507)

parents f1ca775d f8b07beb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -52,7 +52,10 @@ buildPythonPackage rec {

  pythonRemoveDeps = [ "sopel-help" ];

  pythonRelaxDeps = [ "sqlalchemy" ];
  pythonRelaxDeps = [
    "sqlalchemy"
    "xmltodict"
  ];

  nativeCheckInputs = [ pytestCheckHook ];