From 5945186baa7cf92865d292fc0e291469dc355c51 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sat, 22 Apr 2017 11:45:12 +0000 Subject: Update to upstream version 0.4.1; use security/py-pycryptodome --- security/py-gpsoauth/files/patch-gpsoauth_google.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/py-gpsoauth/files/patch-gpsoauth_google.py (limited to 'security/py-gpsoauth/files/patch-gpsoauth_google.py') diff --git a/security/py-gpsoauth/files/patch-gpsoauth_google.py b/security/py-gpsoauth/files/patch-gpsoauth_google.py new file mode 100644 index 000000000000..231c5dcae6e8 --- /dev/null +++ b/security/py-gpsoauth/files/patch-gpsoauth_google.py @@ -0,0 +1,13 @@ +--- gpsoauth/google.py.orig 2017-02-18 18:11:10 UTC ++++ gpsoauth/google.py +@@ -1,8 +1,8 @@ + import base64 + import hashlib + +-from Cryptodome.PublicKey import RSA +-from Cryptodome.Cipher import PKCS1_OAEP ++from Crypto.PublicKey import RSA ++from Crypto.Cipher import PKCS1_OAEP + + from .util import bytes_to_long, long_to_bytes + -- cgit v1.2.3