python313Packages.flask-sqlalchemy-lite: fix py13 compat

apply upstream commit because no new version has been
released.

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2025-06-20 16:00:26 +02:00
parent 6a3d291758
commit ef9b886b02
@@ -2,6 +2,7 @@
aiosqlite,
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
flask,
flit-core,
lib,
@@ -21,6 +22,14 @@ buildPythonPackage rec {
hash = "sha256-LpdPp5Gp74DSJqD1DJqwNeaMKdN5pEAUkxnKGYZcVis=";
};
patches = [
# fix python3.13 compat
(fetchpatch2 {
url = "https://github.com/pallets-eco/flask-sqlalchemy-lite/commit/b4117beaa6caa0a5945d6e3451db8b80dc4cc8cf.patch?full_index=1";
hash = "sha256-S0LGRJCoo0rHNk8K/XPcYl0C0QTruZhN02lC2KlKG+I=";
})
];
build-system = [ flit-core ];
dependencies =