nixpkgs/pkgs/development/python-modules/pulumi
Matthieu Coudron e3aa43fd23
python3Packages.pulumi: fix the version number in setup.py (#176709)
the substituteInPlace didn't work for some reason, thus the deduced version became a negative one , i.e., -3.31 . Pulumi worked but then pulumi_aws was complaining that pulumi bounds were not respected.
I use sed as is done in pulumi/pulumi@d6a112c/sdk/python/Makefile#L31 to fix the issue. Now python3Packages.pulumi-aws accepts the version of pulumi and builds.
2022-06-09 03:10:04 +02:00
..
default.nix python3Packages.pulumi: fix the version number in setup.py (#176709) 2022-06-09 03:10:04 +02:00