After PR #214 we are having python3-dev dependency issues as mentioned in [comment](https://github.com/juju-solutions/layer-basic/pull/214/files#r1161504205). [Here](https://pastebin.ubuntu.com/p/SQrwvXxBVW/) you can see example from our CI. Should we add to all the failing charm builds or is there alternative? ``` type: charm parts: charm: + build-packages: [python3-dev] ```
After PR #214 we are having python3-dev dependency issues as mentioned in comment. Here you can see example from our CI.
Should we add to all the failing charm builds or is there alternative?