mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
python311Packages.ansible-pylibssh: fix eval
This commit is contained in:
parent
110bd4dbee
commit
243c22a6ce
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
cython_3,
|
cython,
|
||||||
expandvars,
|
expandvars,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
libssh,
|
libssh,
|
||||||
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
cython_3
|
cython
|
||||||
expandvars
|
expandvars
|
||||||
setuptools
|
setuptools
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue