buildbot: add patch for compatibility with twisted 24.11.0

zowoq 0dd7250c dd1853c1

+6
+6
pkgs/development/tools/continuous-integration/buildbot/master.nix
··· 43 43 unidiff, 44 44 glibcLocales, 45 45 nixosTests, 46 + fetchpatch, 46 47 }: 47 48 48 49 let ··· 140 141 ]; 141 142 142 143 patches = [ 144 + (fetchpatch { 145 + name = "remove-uses-of-twisted-python-constants.patch"; 146 + url = "https://github.com/buildbot/buildbot/commit/ac46c0aa77be46eaa64e09bef03da6f8dbaacfa7.patch"; 147 + hash = "sha256-XoODSKY0GzFh2H5gWxiXm/QxngGN2MM0yId5D1RQflQ="; 148 + }) 143 149 # This patch disables the test that tries to read /etc/os-release which 144 150 # is not accessible in sandboxed builds. 145 151 ./skip_test_linux_distro.patch