18 buildPythonPackage rec {
23 disabled = pythonOlder "3.8";
26 inherit pname version;
27 hash = "sha256-44zzlyOIQ2qo4Zq5hb+xnCy0ANm6iCpcBww0l2KWdMs=";
31 substituteInPlace pyproject.toml \
32 --replace "setuptools_scm>=8" "setuptools_scm"
40 propagatedBuildInputs = [
55 pythonImportsCheck = [
60 description = "Tools to work with CAN bus";
61 homepage = "https://github.com/cantools/cantools";
62 changelog = "https://github.com/cantools/cantools/releases/tag/${version}";
63 license = licenses.mit;
64 maintainers = with maintainers; [ gray-heron ];