usrmerge issue when using the Python plugin without provisioning Python
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
The following part will generate a ROCK where the `/lib64` symlink to `/usr/lib64` is broken:
```yaml
parts:
flask-part:
plugin: python
source: "."
python-packages:
- flask
```
Adding Python (e.g. via `stage-packages: [python3-venv]`) fixes the issue.
Evaluation history
No evaluation history available.