From ce63938d38eec74d95758fdc671b7a1ef9bb9972 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Sat, 26 Aug 2023 15:56:15 -0700 Subject: [PATCH] python310Packages.ansible-pylibssh: patch out setuptools_scm_git_archive --- pkgs/development/python-modules/ansible-pylibssh/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/ansible-pylibssh/default.nix b/pkgs/development/python-modules/ansible-pylibssh/default.nix index 5eb60419fcf7..cfe8d7e1e1fa 100644 --- a/pkgs/development/python-modules/ansible-pylibssh/default.nix +++ b/pkgs/development/python-modules/ansible-pylibssh/default.nix @@ -23,6 +23,11 @@ buildPythonPackage rec { hash = "sha256-spaGux6dYvtUtpOdU6oN7SEn8IgBof2NpQSPvr+Zplg="; }; + # remove after https://github.com/ansible/pylibssh/pull/502 is merged + postPatch = '' + sed -i "/setuptools_scm_git_archive/d" pyproject.toml + ''; + nativeBuildInputs = [ cython wheel