python313Packages.sopel: fix build

This commit is contained in:
Peder Bergebakken Sundt
2025-03-03 00:48:42 +01:00
parent 44d63babed
commit f8b07beb6a
@@ -52,7 +52,10 @@ buildPythonPackage rec {
pythonRemoveDeps = [ "sopel-help" ];
pythonRelaxDeps = [ "sqlalchemy" ];
pythonRelaxDeps = [
"sqlalchemy"
"xmltodict"
];
nativeCheckInputs = [ pytestCheckHook ];