From 095efbf7a5f8ee375a81136f87ba3943ec995fc6 Mon Sep 17 00:00:00 2001 From: david-sarah Date: Sun, 31 Jul 2011 20:40:35 -0700 Subject: [PATCH] src/allmydata/_auto_deps.py: 'i686' is another way of spelling x86. --- src/allmydata/_auto_deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index f2e29d30..36e20bf1 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -75,7 +75,7 @@ package_imports = [ def require_more(): import platform, sys - if platform.machine().lower() in ['i386', 'x86_64', 'amd64', 'x86', '']: + if platform.machine().lower() in ['i386', 'x86', 'i686', 'x86_64', 'amd64', '']: # pycryptopp v0.5.20 fixes bugs in SHA-256 and AES on x86 or amd64 # (from Crypto++ revisions 470, 471, 480, 492). The '' is there # in case platform.machine is broken and this is actually an x86 -- 2.45.2