]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/_auto_deps.py
setup: FreeStorm's WinXP-x86-py2.6 buildslave has informed us that there is yet a...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / _auto_deps.py
index aa148e20f748d46513a2fbc5f7534b679b2c3c2a..6f4b322f9bc1f7a1bc52422660785a2e8330cfdd 100644 (file)
@@ -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