001-no-host-paths.patch (415B)
1 --- a/setup.py 2 +++ b/setup.py 3 @@ -370,7 +370,7 @@ kw = {'name':"pycrypto", 4 'ext_modules': plat_ext + [ 5 # _fastmath (uses GNU mp library) 6 Extension("Crypto.PublicKey._fastmath", 7 - include_dirs=['src/','/usr/include/'], 8 + include_dirs=['src/'], 9 libraries=['gmp'], 10 sources=["src/_fastmath.c"]), 11