mirror of https://github.com/ansible/ansible.git
[stable-2.9] - ansible-test - add cryptography constraint for cffi (#72761)
The recently released version of cffi fails to install on systems with an older version of gcc. In our case, this in the CentOS 6 test image. There is a fix but it has not yet been released. https://foss.heptapod.net/pypy/cffi/-/issues/480pull/72780/head
parent
8a2f694715
commit
f6635e3804
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- >
|
||||
ansible-test - add constraint for ``cffi`` to prevent failure on systems with
|
||||
older versions of ``gcc`` (https://foss.heptapod.net/pypy/cffi/-/issues/480)
|
||||
Loading…
Reference in New Issue