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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user