python312Packages.flasgger: backport 3.12 support

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:53 +01:00
parent 8a2065edc0
commit 83ec66ea4f
@@ -33,6 +33,11 @@ buildPythonPackage rec {
url = "https://github.com/flasgger/flasgger/commit/ab77be7c6de1d4b361f0eacfa37290239963f890.patch";
hash = "sha256-ZbE5pPUP23nZAP/qcdeWkwzrZgqJSRES7oFta8U1uVQ=";
})
(fetchpatch {
# python 3.12 compat
url = "https://github.com/flasgger/flasgger/commit/6f5fcf24c1d816cf7ab529b3a8a764f86df4458d.patch";
hash = "sha256-37Es1sgBQ9qX3YHQYub4HJkSNTSt3MbtCfV+XdTQZyY=";
})
];
propagatedBuildInputs = [