We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5629a4 commit 17dcb69Copy full SHA for 17dcb69
1 file changed
pkgs/development/python-modules/twisted/default.nix
@@ -63,6 +63,12 @@ buildPythonPackage rec {
63
url = "https://github.com/twisted/twisted/pull/11787.diff";
64
hash = "sha256-bQgUmbvDa61Vg8p/o/ivfkOAHyj1lTgHkrRVEGLM9aU=";
65
})
66
+ (fetchpatch {
67
+ # Conditionally skip tests that require METHOD_CRYPT
68
+ # https://github.com/twisted/twisted/pull/11827
69
+ url = "https://github.com/mweinelt/twisted/commit/e69e652de671aac0abf5c7e6c662fc5172758c5a.patch";
70
+ hash = "sha256-LmvKUTViZoY/TPBmSlx4S9FbJNZfB5cxzn/YcciDmoI=";
71
+ })
72
] ++ lib.optionals (pythonAtLeast "3.11") [
73
(fetchpatch {
74
url = "https://github.com/twisted/twisted/pull/11734.diff";
0 commit comments