summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2020-12-01 11:28:03 -0500
committerMatt Clay <matt@mystile.com>2020-12-01 10:32:09 -0800
commitf6635e3804edb878797b708f148b2bc4f2287682 (patch)
treecfb115fdaed4a1b4efbe1dc9e18abd8914bf083f /changelogs
parent8a2f69471577568f581b9b26ee6922c8443434e0 (diff)
downloadansible-f6635e3804edb878797b708f148b2bc4f2287682.tar.gz
[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/480
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/cffi-constraint.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/cffi-constraint.yml b/changelogs/fragments/cffi-constraint.yml
new file mode 100644
index 0000000000..105d29fcbc
--- /dev/null
+++ b/changelogs/fragments/cffi-constraint.yml
@@ -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)