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

Correct macro usage around installing python-mock #75

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

s-t-e-v-e-n-k
Copy link
Contributor

The macro that was added to control whether or not python-mock is installed is not suitable for BuildRequires, because it is only checked during a build, and therefore should only be used for Requires. Switch to %bcond block using the correct version number.

The macro that was added to control whether or not python-mock is
installed is not suitable for BuildRequires, because it is only checked
during a build, and therefore should only be used for Requires. Switch
to %bcond block using the correct version number.
@arbulu89 arbulu89 merged commit f208fad into SUSE:main Jan 16, 2023
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.

2 participants