Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require pycrypto >= 2.5 #5

Merged
merged 1 commit into from Oct 6, 2015
Merged

Require pycrypto >= 2.5 #5

merged 1 commit into from Oct 6, 2015

Commits on Oct 5, 2015

  1. Require pycrypto >= 2.5

    gpsoauth imports Crypto.Cipher.PKCS1_OAEP which was new in pycrypto 2.5.
    
    This should help tests which imports gpsoauth deep down in the stack when running on Travis CI. Travis still runs Ubuntu 12.04 which comes with python-crypto 2.4.1.
    jodal committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    650f20c View commit details
    Browse the repository at this point in the history