mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 16:34:27 +00:00
python310Packages.pulumi: remove semver constraint
This commit is contained in:
parent
2d8ce3358e
commit
de12878190
@ -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…
Reference in New Issue
Block a user