diff options
| author | Aos Dabbagh <25783780+aos@users.noreply.github.com> | 2024-08-15 00:57:39 -0400 |
|---|---|---|
| committer | Aos Dabbagh <25783780+aos@users.noreply.github.com> | 2024-08-15 00:57:39 -0400 |
| commit | 55e4114fb3e5bf2cec25d488159cebd4ca44e5c7 (patch) | |
| tree | 30ec78a9e0329363dff9a43c24b43d1acaadd676 /pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos | |
| parent | 0158c93ad0e497575058ea7553547665c2a27450 (diff) | |
fix: Update writePython3Bin docs
Was trying out the recommended example for `writePython3Bin` and it
failed with:
```
Traceback (most recent call last):
File "/nix/store/gcmhfm7mslpndjasfhvs66f1ca24vxim-test_py3/bin/test_py3", line 4, in <module>
y = yaml.load("""
TypeError: load() missing 1 required positional argument: 'Loader'
```
Looks like `yaml.load(input)` was deprecated in 5.1: https://msg.pyyaml.org/load
`nixos-24.05` uses `6.0.1` so we're in the clear.
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos')
0 files changed, 0 insertions, 0 deletions
