python310Packages.ansible-pylibssh: patch out setuptools_scm_git_archive

This commit is contained in:
Theodore Ni 2023-08-26 15:56:15 -07:00
parent d3b4a08e6e
commit ce63938d38
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -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