python311Packages.flask-session-captcha: drop patch

This commit is contained in:
Martin Weinelt
2024-03-17 18:45:32 +01:00
parent a4120ecc95
commit fc0fca2487
@@ -1,6 +1,5 @@
{ lib
, fetchFromGitHub
, fetchpatch
, buildPythonPackage
# build-system
@@ -28,14 +27,6 @@ buildPythonPackage rec {
hash = "sha256-eLdpLw1I4t9H0ek3AR9Cteb7Gfxo/LepM287p34Zw3s=";
};
patches = [
(fetchpatch {
# https://github.com/Tethik/flask-session-captcha/pull/44
url = "https://github.com/Tethik/flask-session-captcha/commit/3f79c22a71c60dd60e9df61b550cce641603dcb6.patch";
hash = "sha256-MXsoSytBNbcg3HU6IWlvf2MgNUL78T5ToxKGv4YMtZw=";
})
];
nativeBuildInputs = [
setuptools
];