From: david-sarah Date: Mon, 1 Aug 2011 03:40:35 +0000 (-0700) Subject: src/allmydata/_auto_deps.py: 'i686' is another way of spelling x86. X-Git-Url: https://git.rkrishnan.org/FOOURL?a=commitdiff_plain;h=095efbf7a5f8ee375a81136f87ba3943ec995fc6;p=tahoe-lafs%2Ftahoe-lafs.git src/allmydata/_auto_deps.py: 'i686' is another way of spelling x86. --- 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