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:
52963f4
)
src/allmydata/_auto_deps.py: 'i686' is another way of spelling x86.
author
david-sarah
<david-sarah@jacaranda.org>
Mon, 1 Aug 2011 03:40:35 +0000
(20:40 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Mon, 1 Aug 2011 03:40:35 +0000
(20:40 -0700)
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index f2e29d30daa74c0e91f0a13fd7db6908a55d6e7d..36e20bf1c4f9b6510521165a51e41dbd47915e0e 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-75,7
+75,7
@@
package_imports = [
def require_more():
import platform, sys
- if platform.machine().lower() in ['i386', 'x86
_64', 'amd64', 'x86
', '']:
+ if platform.machine().lower() in ['i386', 'x86
', 'i686', 'x86_64', 'amd64
', '']:
# 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