Commit f8b07beb authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python313Packages.sopel: fix build

parent 44d63bab
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 ];