python311Packages.eventlet: fix tests on kernel 6.6+

This commit is contained in:
Sandro Jäckel 2024-02-12 20:09:35 +01:00
parent ed8b568db3
commit 9db042bf9e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -42,6 +42,12 @@ buildPythonPackage rec {
url = "https://src.fedoraproject.org/rpms/python-eventlet/raw/rawhide/f/python3.12.patch";
hash = "sha256-MxzprFaVcV1uamjjTeIz+2gPvfPy+Y1QaA20znMdwoA=";
})
# fix tests running on kernel 6.6 or newer
# https://github.com/eventlet/eventlet/pull/905
(fetchpatch {
url = "https://github.com/eventlet/eventlet/commit/413327b229c80a97e9c89c52f7714224942701b4.patch";
hash = "sha256-rbYPd5cg3ElSYWYaZJrS7bb4nMJkTMO0ScvNnXRXzE0=";
})
];
nativeBuildInputs = [