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

Install the packaging dependency #841

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Install the packaging dependency #841

merged 1 commit into from
Feb 2, 2024

Conversation

lubosmj
Copy link
Member

@lubosmj lubosmj commented Feb 2, 2024

Fixes failures like:

  File "./plugin-template", line 18, in <module>
    from packaging.requirements import Requirement
ModuleNotFoundError: No module named 'packaging'

[noissue]

Fixes failures like:
```
  File "./plugin-template", line 18, in <module>
    from packaging.requirements import Requirement
ModuleNotFoundError: No module named 'packaging'
```

[noissue]
@lubosmj
Copy link
Member Author

lubosmj commented Feb 2, 2024

Tested on pulp-container: pulp/pulp_container@c678e55.

This fixes a missing installation instruction from 3685c90.

@lubosmj lubosmj merged commit 0528507 into main Feb 2, 2024
17 checks passed
@mdellweg mdellweg deleted the lubosmj-packaging-dep branch March 14, 2024 13:29
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