Skip to content

Fix based on AAH recomendations#29

Open
hcherukuri wants to merge 1 commit into
ansible-middleware:mainfrom
hcherukuri:main
Open

Fix based on AAH recomendations#29
hcherukuri wants to merge 1 commit into
ansible-middleware:mainfrom
hcherukuri:main

Conversation

@hcherukuri

@hcherukuri hcherukuri commented Jun 12, 2026

Copy link
Copy Markdown
Member

During the review I identified issues that prevent certification of this version.
Please address the following issues and resubmit.

  1. [requirements.txt] Contains 'ansible-core>=2.16.0'. requirements.txt MUST
    NOT include 'ansible' or 'ansible-core'. ansible-core is provided by the
    Execution Environment.

  2. [requirements.txt] Contains 'setuptools>=70.0.0,<81.0.0' with a capped
    upper bound. Capped versions break EE builds when collections have
    conflicting version requirements. Remove the upper bound.

Note: The requirements.txt appears to be a documentation build requirements file (contains sphinx, antsibull, etc.) rather than a runtime dependency file. If the collection doesn't need any of these dependencies at runtime, then it is recommended to move them to a file such as docs-requirements.txt or similar so they are not automatically picked up by Ansible Builder.

@RanabirChakraborty RanabirChakraborty left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

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