I'm not a python dev, so had hard times figuring out what dependencies needed. It turned out 2 dependencies are required:
- systemd-python
- python3-yaml
I guess better to put advise installing them via apt-get or similar, otherwise users will install them via python dependency management, which require *-dev packages for compilation.