python313Packages.pyramid: fix build

This commit is contained in:
Martin Weinelt
2024-11-18 19:24:12 +01:00
parent b9733f28c3
commit 481b33e799
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
fetchpatch2,
webtest,
zope-component,
hupper,
@@ -31,6 +32,14 @@ buildPythonPackage rec {
hash = "sha256-NyE4pzjkIWU1zHbczm7d1aGqypUTDyNU+4NCZMBvGN4=";
};
patches = [
(fetchpatch2 {
name = "python-3.13-compat.patch";
url = "https://github.com/Pylons/pyramid/commit/1079613eb07e2a67454378e1fc28815dfd64bb82.patch";
hash = "sha256-/jxbA2q0kAeXDvIwhNkO8h4KbKtdquWXAH7/0lV8MXc=";
})
];
build-system = [ setuptools ];
dependencies = [