Skip to content

Commit

Permalink
unpin cryptography dependency for ansible-operator base images (#6269)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
  • Loading branch information
everettraven authored Jan 30, 2023
1 parent ce1159d commit 21b1770
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 223 deletions.
5 changes: 1 addition & 4 deletions images/ansible-operator-2.11-preview/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ ansible-runner-http = "==1.0.0"
ipaddress = "==1.0.23"
openshift = "~=0.13.0"
jmespath = "==0.10.0"
# cryptography needs to be pinned to 3.3.2 as this is the last version
# before its setup requires rust, which is not available via RPM in the
# base image. This pin should be re-evaluated once the base image is updated.
cryptography = "==3.3.2"
cryptography = "*"
ansible-core = "~=2.11.0"
oauthlib = "==3.2.1"

Expand Down
Loading

0 comments on commit 21b1770

Please sign in to comment.