components/openstack/keystone/patches/requirements.patch
changeset 5405 66fd59fecd68
parent 3998 5bd484384122
child 5447 508add8f43f1
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
     1 In-house patch to remove unnecessary dependencies from Keystone's
     1 In-house patch to remove unnecessary dependencies from Keystone's
     2 requirements files. The specific reasons are as follows:
     2 requirements files. The specific reasons are as follows:
     3 
       
     4 oslo.serialization	Not applicable
       
     5 
     3 
     6 paste			Not applicable
     4 paste			Not applicable
     7 
     5 
     8 posix_ipc		Not applicable
     6 posix_ipc		Not applicable
     9 
     7 
    10 --- keystone-2014.2.2/keystone.egg-info/requires.txt.~1~	2015-02-05 06:56:18.000000000 -0800
     8 --- keystone-2015.1.2/keystone.egg-info/requires.txt.orig      2015-10-13 13:44:44.730755549 -0600
    11 +++ keystone-2014.2.2/keystone.egg-info/requires.txt	2015-02-24 22:46:53.872644685 -0800
     9 +++ keystone-2015.1.2/keystone.egg-info/requires.txt        2015-10-13 13:44:50.161960656 -0600
    12 @@ -4,7 +4,6 @@ eventlet>=0.15.1,<0.16.0
    10 @@ -4,7 +4,6 @@ eventlet!=0.17.0,>=0.16.1
    13  greenlet>=0.3.2
    11  greenlet>=0.3.2
    14  netaddr>=0.7.12
    12  netaddr>=0.7.12
    15  PasteDeploy>=1.5.0
    13  PasteDeploy>=1.5.0
    16 -Paste
    14 -Paste
    17  Routes>=1.12.3,!=2.0
    15  Routes!=2.0,>=1.12.3
    18  six>=1.7.0
    16  cryptography>=0.8 # Apache-2.0
    19  SQLAlchemy>=0.8.4,<=0.9.99,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.9.4,!=0.9.5,!=0.9.6
    17  six>=1.9.0
    20 @@ -17,11 +16,9 @@ oslo.config>=1.4.0  # Apache-2.0
    18 @@ -29,5 +28,4 @@ pysaml2
    21  oslo.messaging>=1.4.0,!=1.5.0,<1.6.0
       
    22  oslo.db>=1.0.0,<1.1  # Apache-2.0
       
    23  oslo.i18n>=1.0.0  # Apache-2.0
       
    24 -oslo.serialization>=1.0.0               # Apache-2.0
       
    25  oslo.utils>=1.0.0                       # Apache-2.0
       
    26  Babel>=1.3
       
    27  oauthlib>=0.6
       
    28  dogpile.cache>=0.5.3
    19  dogpile.cache>=0.5.3
    29  jsonschema>=2.0.0,<3.0.0
    20  jsonschema<3.0.0,>=2.0.0
    30 -pycadf>=0.6.0
    21  pycadf<0.9.0,>=0.8.0
    31 -posix_ipc
    22 -posix-ipc
    32 +pycadf>=0.6.0
    23  msgpack-python>=0.4.0
    33 \ No newline at end of file
    24 
    34 --- keystone-2014.2.2/requirements.txt.~1~	2015-02-05 06:53:51.000000000 -0800
    25 --- keystone-2015.1.2/requirements.txt.orig  2015-10-13 13:43:45.598126189 -0600
    35 +++ keystone-2014.2.2/requirements.txt	2015-02-24 22:46:14.319449987 -0800
    26 +++ keystone-2015.1.2/requirements.txt    2015-10-13 13:43:57.481207228 -0600
    36 @@ -9,7 +9,6 @@ eventlet>=0.15.1,<0.16.0
    27 @@ -8,7 +8,6 @@ eventlet!=0.17.0,>=0.16.1
    37  greenlet>=0.3.2
    28  greenlet>=0.3.2
    38  netaddr>=0.7.12
    29  netaddr>=0.7.12
    39  PasteDeploy>=1.5.0
    30  PasteDeploy>=1.5.0
    40 -Paste
    31 -Paste
    41  Routes>=1.12.3,!=2.0
    32  Routes!=2.0,>=1.12.3
    42  six>=1.7.0
    33  cryptography>=0.8 # Apache-2.0
    43  SQLAlchemy>=0.8.4,<=0.9.99,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.9.4,!=0.9.5,!=0.9.6
    34  six>=1.9.0
    44 @@ -22,12 +21,9 @@ oslo.config>=1.4.0  # Apache-2.0
    35 @@ -33,5 +32,4 @@ pysaml2
    45  oslo.messaging>=1.4.0,!=1.5.0,<1.6.0
       
    46  oslo.db>=1.0.0,<1.1  # Apache-2.0
       
    47  oslo.i18n>=1.0.0  # Apache-2.0
       
    48 -# only for Keystone tests running against keystoneclient master
       
    49 -oslo.serialization>=1.0.0               # Apache-2.0
       
    50  oslo.utils>=1.0.0                       # Apache-2.0
       
    51  Babel>=1.3
       
    52  oauthlib>=0.6
       
    53  dogpile.cache>=0.5.3
    36  dogpile.cache>=0.5.3
    54  jsonschema>=2.0.0,<3.0.0
    37  jsonschema<3.0.0,>=2.0.0
    55  pycadf>=0.6.0
    38  pycadf<0.9.0,>=0.8.0
    56 -posix_ipc
    39 -posix-ipc
       
    40  msgpack-python>=0.4.0