python313Packages.easy-thumbnails: patch Python 3.13 compatibility (#406274)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
buildPythonPackage,
|
||||
django,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
pillow,
|
||||
pythonOlder,
|
||||
reportlab,
|
||||
@@ -27,6 +28,14 @@ buildPythonPackage rec {
|
||||
hash = "sha256-8JTHYQIBbu/4fknK2ZEQeDSgaxKGDfflxumcFMpaGQk=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "python313-compat.patch";
|
||||
url = "https://github.com/SmileyChris/easy-thumbnails/pull/650.patch";
|
||||
hash = "sha256-qD/YnDlDZ7DghLv/mxjQ2o6pSl3fGR+Ipx5NX2BV6zc=";
|
||||
})
|
||||
];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user