python3Packages.ansible-pylibssh: remove unnecessary patching

This commit is contained in:
Wim de With
2026-01-16 20:03:55 +01:00
parent 89d96b84d6
commit 9b6bd80362
@@ -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