python310Packages.ansible-pylibssh: patch out setuptools_scm_git_archive
This commit is contained in:
parent
d3b4a08e6e
commit
ce63938d38
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue