mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-13 10:05:15 +08:00
When importing modules for offline local builds from local repositories, the XMD section does not have to be set at all - it gets removed during the compose and is also MBS specific. We need to be able to import such MMDs using the `import_mmd` method in order to make --offline local builds working. This commit adds new `check_buildrequires` bool kwarg in `import_mmd` method to disable `xmd["buildrequires"]` checks to fix this.