python313Packages.gattlib: fix build against Python 3.13

This commit is contained in:
Sandro Jäckel
2025-01-10 16:31:41 +01:00
parent 493d7f0cba
commit e9004165ee
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
substituteAll,
pkg-config,
glibc,
@@ -25,6 +26,11 @@ buildPythonPackage rec {
};
patches = [
# Fix build for Python 3.13
(fetchpatch {
url = "https://github.com/oscaracena/pygattlib/commit/73a73b71cfc139e1e0a08816fb976ff330c77ea5.patch";
hash = "sha256-/Y/CZNdN/jcxWroqRfdCH2rPUxZUbug668MIAow0scs=";
})
(substituteAll {
src = ./setup.patch;
boost_version =