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

Cleanup #905

Merged
merged 6 commits into from
Aug 8, 2024
Merged

Cleanup #905

merged 6 commits into from
Aug 8, 2024

Conversation

mdellweg
Copy link
Member

@mdellweg mdellweg commented Aug 7, 2024

No description provided.

@mdellweg mdellweg marked this pull request as ready for review August 7, 2024 08:58
{{ setup_python() | indent(6) }}

{{ install_python_deps(["bump2version", "jinja2", "pyyaml", "packaging", "requests"]) | indent(6) }}
{{ install_python_deps(["bump2version", "jinja2", "pyyaml", "packaging", "-r", "plugin_template/requirements.txt"]) | indent(6) }}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think jinja2 and pyyaml need to be included in the requirements file:

import yaml
from jinja2 import Environment, FileSystemLoader

@mdellweg mdellweg merged commit 1ba8f46 into pulp:main Aug 8, 2024
11 checks passed
@mdellweg mdellweg deleted the cleanup branch August 8, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants