From a92912f513e466df2d90e6a285c406c6837c5a60 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Sun, 31 Oct 2010 22:21:42 -0700 Subject: [PATCH] setup: FreeStorm's WinXP-x86-py2.6 buildslave has informed us that there is yet a fourth way to spell "i386" in Python --- 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 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 -- 2.45.2