add GMP as missing dep in Python 2.7.10 easyconfigs (required for pycrypto extension)#1858
Conversation
|
Refer to this link for build results (access rights to CI server needed): This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Test report by @wpoely86 |
I guess this is because of the missing workaround you have in #1670? I still need to check whether that causes any harm on non-Debian systems... |
|
Test report by @wpoely86 |
|
Test report by @boegel |
|
Great success! Thanks for testing @wpoely86! |
add GMP as missing dep in Python 2.7.10 easyconfigs (required for pycrypto extension)
I'm not very happy with including GMP as a dep to Python itself, since it's only required for the
pycryptoextension being installed, but it seems like the path of least resistance...cc @wpoely86 (see #1854 (comment))