python311Packages.pyinfra: drop redundant patch

This commit is contained in:
Martin Weinelt
2024-03-17 21:24:27 +01:00
parent b6a11b420b
commit eebd1d6c0b
@@ -31,15 +31,6 @@ buildPythonPackage rec {
hash = "sha256-lzbFwAg1aLCfBnSnqq4oVteArpkRBa7hU8V3vB5ODa8=";
};
patches = [
# https://github.com/Fizzadar/pyinfra/pull/1018
(fetchpatch {
name = "bump-paramiko-major-version.patch";
url = "https://github.com/Fizzadar/pyinfra/commit/62a8f081279779c4f1eed246139f615cf5fed642.patch";
hash = "sha256-aT9SeSqXOD76LFzf6R/MWTtavcW6fZT7chkVg9aXiBg=";
})
];
propagatedBuildInputs = [
click
colorama