From 104d8afdabd88414db39a9014a82e9687caf7a5b Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:10:41 +0100 Subject: [PATCH] collection_requirements: add meta/execution-environments.yml (#871) (#1048) * collection_requirements: add requirements.txt and bindep.txt * Change * Fix * Update wrt recent builder docs update (cherry picked from commit bed2f270055721d0a2b5d879f51c9a6e71239f5d) Co-authored-by: Andrew Klychkov --- .../collection_contributors/collection_requirements.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docsite/rst/community/collection_contributors/collection_requirements.rst b/docs/docsite/rst/community/collection_contributors/collection_requirements.rst index 1186e0b9da6..873b600fbd4 100644 --- a/docs/docsite/rst/community/collection_contributors/collection_requirements.rst +++ b/docs/docsite/rst/community/collection_contributors/collection_requirements.rst @@ -156,6 +156,7 @@ Your collection repository MUST have a ``README.md`` in the root of the collecti meta/runtime.yml ---------------- + Example: `meta/runtime.yml `_ * The ``meta/runtime.yml`` MUST define the minimum version of Ansible which this collection works with. @@ -165,6 +166,13 @@ Example: `meta/runtime.yml `_ building, they SHOULD be listed in corresponding files under the ``meta`` directory, specified in ``meta/execution-environment.yml``, and `verified `_. + +See the `Collection-level dependencies guide `_ for more information and `collection_template/meta ` directory content as an example. + Modules & Plugins ------------------