Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build requirements in spec file when tests disabled after fc99325b #5597

Closed

Conversation

Martchus
Copy link
Contributor

The make target now needs to load Setup.pm so its dependencies need to be present at build time.

The make target now needs to load `Setup.pm` so its dependencies need to be
present at build time.
Comment on lines +128 to +129
%else
BuildRequires: %{common_requires} %{main_requires}
Copy link
Member

@okurz okurz Apr 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be handled in dependencies.yaml as part of "build_requires"

EDIT: As discussed better move OpenQA::Setup::list_assets to OpenQA::Assets::list (and setup_asset_pack) and create a separate specific list of dependencies, e.g. only Mojolicious, Mojo::File, assetpack. Consider renaming "assetpack" in dependencies.yaml to "install" so that we have "install_requires"

@Martchus
Copy link
Contributor Author

Probably a better alternative: #5598

@Martchus Martchus closed this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants