From 9b6bd8036273c338d78a1e69e4f3a38cb288e746 Mon Sep 17 00:00:00 2001 From: Wim de With Date: Fri, 16 Jan 2026 19:34:20 +0100 Subject: [PATCH] python3Packages.ansible-pylibssh: remove unnecessary patching --- pkgs/development/python-modules/ansible-pylibssh/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/ansible-pylibssh/default.nix b/pkgs/development/python-modules/ansible-pylibssh/default.nix index 46836601965e..9f8cda72a65c 100644 --- a/pkgs/development/python-modules/ansible-pylibssh/default.nix +++ b/pkgs/development/python-modules/ansible-pylibssh/default.nix @@ -21,11 +21,6 @@ buildPythonPackage rec { hash = "sha256-dT5XDc3OtquONi6RzA1Zk77ryT0oe4gXjbVVCfZCOrU="; }; - # Remove after https://github.com/ansible/pylibssh/pull/502 is merged - postPatch = '' - sed -i "/setuptools_scm_git_archive/d" pyproject.toml - ''; - build-system = [ cython expandvars