Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Add ansible-dev-tools as a dependency (#393)
Browse files Browse the repository at this point in the history
* Add  as a dependency

* add oniguruma-devel package
  • Loading branch information
audgirka authored Feb 13, 2024
1 parent 050672c commit 352d96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions _build/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# see: https://github.com/yaml/pyyaml/issues/601
cython>=3.0.5; python_version >= "3.12"
# ordered:
ansible-core==2.16.3
ansible-dev-tools==24.2.0
ansible-pylibssh==1.1.0
ansible-runner==2.3.4
ansible-lint==24.2.0
molecule==24.2.0
molecule-plugins[podman]==23.5.3
paramiko==3.4.0 # https://github.com/ansible/creator-ee/issues/140
jmespath==1.0.1 # needed for json_query module
2 changes: 2 additions & 0 deletions base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ gcc \
git-core \
# ansible-pylibssh needs:
libssh-devel \
# ansible-navigator needs:
oniguruma-devel \
podman \
python3 \
python3-bcrypt \
Expand Down

0 comments on commit 352d96a

Please sign in to comment.