Commit de128781 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.pulumi: remove semver constraint

parent 2d8ce335
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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