From e954712cef99b32b0fe815f3fbef6860b51c1343 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 23 Oct 2024 20:38:59 -0700 Subject: [PATCH] Prevent installation with pyeclib 1.6.2 and 1.6.3 Their binary wheels may crash python on older processors. Related-Change: https://review.opendev.org/c/openstack/pyeclib/+/933338 Depends-On: https://review.opendev.org/c/openstack/requirements/+/934074 Change-Id: Ibc5b96421721e8e0a257acd06fdbfa5d82907bea --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97d440981e..fe0a028f19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ lxml>=4.2.3 requests>=2.14.2 # Apache-2.0 six>=1.10.0 xattr>=0.4;sys_platform!='win32' # MIT -PyECLib>=1.3.1 # BSD +PyECLib>=1.3.1,!=1.6.2,!=1.6.3 # BSD cryptography>=2.0.2 # BSD/Apache-2.0 # For python 2.7, the following requirements are needed; they are not