python3Packages.python-dbusmock: backport test fix for bluez 5.79

Fixes: 83b7cf4a00 ("bluez: 5.78 -> 5.79")
This commit is contained in:
Alyssa Ross
2024-11-30 11:32:12 +01:00
parent 2079241c18
commit c14874697b
@@ -52,6 +52,11 @@ buildPythonPackage rec {
url = "https://github.com/martinpitt/python-dbusmock/commit/4b99cff50e8c741f20aef4527b27ccdb2a4053d2.patch";
hash = "sha256-Xcovv44JeuTvPAtXWJvWE+MxlyloClSJGKZz+C3P5bE=";
})
(fetchpatch {
name = "tests-bluez-5.79.patch";
url = "https://github.com/martinpitt/python-dbusmock/commit/d5e449bff924ea2b2837843237fbb5d9751c4f89.patch";
hash = "sha256-CafQ/RhFynjI9eY4Xeu5yS+a29ZiJJnSYUmd74/2Dpg=";
})
];
build-system = [