python313Packages.sopel: fix build (#386507)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-07 12:36:31 +01:00
committed by GitHub
@@ -52,7 +52,10 @@ buildPythonPackage rec {
pythonRemoveDeps = [ "sopel-help" ];
pythonRelaxDeps = [ "sqlalchemy" ];
pythonRelaxDeps = [
"sqlalchemy"
"xmltodict"
];
nativeCheckInputs = [ pytestCheckHook ];