Pin cryptograph to < 3.4

This is due to the related bug where cryptography requires a rust
compiler to be able to install from version 4.0 onwards.

Change-Id: I35ab5a7aea95016bdd2bc11e539b44989c17b21a
Related-bug: #1915171
This commit is contained in:
Alex Kavanagh 2021-02-09 17:37:21 +00:00
parent ba786d566c
commit bac42c733d
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ pytest-runner
# LP: #1862186
zipp < 2.0.0
# cryptography 3.4 introduces a requirement for rust code in the module. As it has to be compiled
# on the machine during install, this breaks installs. Instead pin to <3.4 until a solution can be
# found that doesn't require compiling on the target machine.
# LP: #1915171
cryptography<3.4
git+https://opendev.org/openstack/charms.openstack.git#egg=charms.openstack
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers