Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
遵循从 Flassger 支持的 Python 文件构建 Debian 包的指南。
运行构建时出现错误:
ImportError:没有名为 swagger_spec_validator.util 的模块
这意味着,那test.py没有看到swagger_spec_validator。
test.py
swagger_spec_validator
似乎根本没有与 Swagger 相关的 Debian 软件包。应该包含在文件中的swagger_spec_validator某处吗?debian/control
debian/control
如果 swagger 是您打包的软件的依赖项,并且它在 Debian 中不可用,您需要先打包它。如果 swagger 只是测试套件的依赖项,您可以考虑通过在 d/patches 中创建补丁来修改或禁用 test.py。