Following the guidelines to build Debian package from a Python files powered by Flassger.
When running a build getting an error:
ImportError: No module named swagger_spec_validator.util
Which mean, that test.py
doesn't see swagger_spec_validator
.
There seem to be no Swagger related pakcages for Debian at all. Should the swagger_spec_validator
be included somewhere in debian/control
file?