From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 1 Nov 2010 05:21:42 +0000 (-0700)
Subject: setup: FreeStorm's WinXP-x86-py2.6 buildslave has informed us that there is yet a... 
X-Git-Tag: trac-4800~1
X-Git-Url: https://git.rkrishnan.org/copyable.html?a=commitdiff_plain;h=a92912f513e466df2d90e6a285c406c6837c5a60;p=tahoe-lafs%2Ftahoe-lafs.git

setup: FreeStorm's WinXP-x86-py2.6 buildslave has informed us that there is yet a fourth way to spell "i386" in Python
---

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index aa148e20..6f4b322f 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -34,7 +34,7 @@ install_requires=[
                   ]
 
 import platform
-if platform.machine().lower() in ['i386', 'x86_64', 'amd64', '']:
+if platform.machine().lower() in ['i386', 'x86_64', 'amd64', 'x86', '']:
     # 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