···6161 # Since sage unfortunately does not release bugfix releases, packagers must
6262 # fix those bugs themselves. This is for critical bugfixes, where "critical"
6363 # == "causes (transient) doctest failures / somebody complained".
6464- bugfixPatches = [ ];
6464+ bugfixPatches = [
6565+ # To help debug the transient error in
6666+ # https://trac.sagemath.org/ticket/23087 when it next occurs.
6767+ ./patches/configurationpy-error-verbose.patch
6868+ ];
65696670 # Patches needed because of package updates. We could just pin the versions of
6771 # dependencies, but that would lead to rebuilds, confusion and the burdons of