]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: FreeStorm's WinXP-x86-py2.6 buildslave has informed us that there is yet a...
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 1 Nov 2010 05:21:42 +0000 (22:21 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 1 Nov 2010 05:21:42 +0000 (22:21 -0700)
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