python313Packages.dsmr-parser: fix dependency relaxation

The dependency name needs to match the representation in the wheel
metadata.

+1 -1
+1 -1
pkgs/development/python-modules/dsmr-parser/default.nix
··· 27 27 hash = "sha256-NfleByW9MF7FS4n/cMv297382LucP6Z629CuA6chm20="; 28 28 }; 29 29 30 - pythonRelaxDeps = [ "dlms-cosem" ]; 30 + pythonRelaxDeps = [ "dlms_cosem" ]; 31 31 32 32 build-system = [ setuptools ]; 33 33