Revert "buildbot: add patch for compatibility with twisted 24.11.0"
This reverts commit0dd7250c73. fixed in 4.2.0edb59b6d8e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user