projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
582417c
)
setup: FreeStorm's WinXP-x86-py2.6 buildslave has informed us that there is yet a...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 1 Nov 2010 05:21:42 +0000
(22:21 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 1 Nov 2010 05:21:42 +0000
(22:21 -0700)
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index aa148e20f748d46513a2fbc5f7534b679b2c3c2a..6f4b322f9bc1f7a1bc52422660785a2e8330cfdd 100644
(file)
--- 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