components/python/keystonemiddleware/patches/nopycrypto.patch
changeset 5405 66fd59fecd68
parent 3998 5bd484384122
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
     1 In-house removal of PyCrypto dependency in keystonemiddleware. This
     1 In-house removal of PyCrypto dependency in keystonemiddleware. This
     2 patch is Solaris-specific and not suitable for upstream.
     2 patch is Solaris-specific and not suitable for upstream.
     3 
     3 
     4 --- keystonemiddleware-1.3.1/keystonemiddleware/_memcache_crypt.py.~1~	2014-12-22 12:40:35.000000000 -0800
     4 --- keystonemiddleware-1.5.0/keystonemiddleware/auth_token/_memcache_crypt.py.~1~	2015-03-11 11:41:14.000000000 -0600
     5 +++ keystonemiddleware-1.3.1/keystonemiddleware/_memcache_crypt.py	2015-01-31 23:52:53.543098553 -0800
     5 +++ keystonemiddleware-1.5.0/keystonemiddleware/auth_token/_memcache_crypt.py	2015-04-27 17:30:54.664848743 -0600
     6 @@ -17,7 +17,7 @@
     6 @@ -17,7 +17,7 @@
     7  Utilities for memcache encryption and integrity check.
     7  Utilities for memcache encryption and integrity check.
     8  
     8  
     9  Data should be serialized before entering these functions. Encryption
     9  Data should be serialized before entering these functions. Encryption
    10 -has a dependency on the pycrypto. If pycrypto is not available,
    10 -has a dependency on the pycrypto. If pycrypto is not available,