Loading pkgs/development/python-modules/pulumi/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,8 @@ buildPythonPackage rec { cp ../../README.md . substituteInPlace setup.py \ --replace "3.0.0" "${version}" \ --replace "grpcio==1.51.3" "grpcio" --replace "grpcio==1.51.3" "grpcio" \ --replace "semver~=2.13" "semver" ''; # Allow local networking in tests on Darwin Loading Loading
pkgs/development/python-modules/pulumi/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,8 @@ buildPythonPackage rec { cp ../../README.md . substituteInPlace setup.py \ --replace "3.0.0" "${version}" \ --replace "grpcio==1.51.3" "grpcio" --replace "grpcio==1.51.3" "grpcio" \ --replace "semver~=2.13" "semver" ''; # Allow local networking in tests on Darwin Loading