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

Allow matching only one package from multiple in prescriptions #2098

Closed
fridex opened this issue Sep 20, 2021 · 0 comments · Fixed by #2100
Closed

Allow matching only one package from multiple in prescriptions #2098

fridex opened this issue Sep 20, 2021 · 0 comments · Fixed by #2100
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@fridex
Copy link
Contributor

fridex commented Sep 20, 2021

Is your feature request related to a problem? Please describe.

As a user of the recommender system, I would like to make sure that each prescription that is matched is run only once even though multiple packages are stated:

match:
- resolved_dependencies:
   name: flask
- resolved_dependencies:
   name: connexion

This way we can make sure the logic behind the prescription is run once. This can be suitable for cases such as https://github.com/thoth-station/prescriptions/pull/17213/files

@fridex fridex added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant