Revert "buildbot: add patch for compatibility with twisted 24.11.0"

This reverts commit 0dd7250c73.

fixed in 4.2.0 edb59b6d8e
This commit is contained in:
zowoq
2025-01-04 19:54:13 +10:00
parent 02c4f6e5d3
commit 942ea8c7af
@@ -43,7 +43,6 @@
unidiff,
glibcLocales,
nixosTests,
fetchpatch,
}:
let
@@ -141,11 +140,6 @@ buildPythonApplication rec {
];
patches = [
(fetchpatch {
name = "remove-uses-of-twisted-python-constants.patch";
url = "https://github.com/buildbot/buildbot/commit/ac46c0aa77be46eaa64e09bef03da6f8dbaacfa7.patch";
hash = "sha256-XoODSKY0GzFh2H5gWxiXm/QxngGN2MM0yId5D1RQflQ=";
})
# This patch disables the test that tries to read /etc/os-release which
# is not accessible in sandboxed builds.
./skip_test_linux_distro.patch