components/openstack/keystone/patches/requirements.patch
changeset 5447 508add8f43f1
parent 5405 66fd59fecd68
child 6851 f984e52b96bb
equal deleted inserted replaced
5446:27d201e3362b 5447:508add8f43f1
     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 
     3 
     4 paste			Not applicable
     4 iso8601			Not applicable
     5 
     5 
     6 posix_ipc		Not applicable
     6 netaddr			Not applicable
     7 
     7 
     8 --- keystone-2015.1.2/keystone.egg-info/requires.txt.orig      2015-10-13 13:44:44.730755549 -0600
     8 Paste			Not applicable
     9 +++ keystone-2015.1.2/keystone.egg-info/requires.txt        2015-10-13 13:44:50.161960656 -0600
     9 
    10 @@ -4,7 +4,6 @@ eventlet!=0.17.0,>=0.16.1
    10 posix-ipc		Not applicable
       
    11 
       
    12 pysaml2			Not applicable to Solaris
       
    13 
       
    14 --- keystone-2015.1.2/keystone.egg-info/requires.txt.~1~	2015-10-13 10:22:09.000000000 -0700
       
    15 +++ keystone-2015.1.2/keystone.egg-info/requires.txt	2016-02-02 00:30:30.677285834 -0800
       
    16 @@ -2,16 +2,13 @@ pbr!=0.7,<1.0,>=0.6
       
    17  WebOb>=1.2.3
       
    18  eventlet!=0.17.0,>=0.16.1
    11  greenlet>=0.3.2
    19  greenlet>=0.3.2
    12  netaddr>=0.7.12
    20 -netaddr>=0.7.12
    13  PasteDeploy>=1.5.0
    21  PasteDeploy>=1.5.0
    14 -Paste
    22 -Paste
    15  Routes!=2.0,>=1.12.3
    23  Routes!=2.0,>=1.12.3
    16  cryptography>=0.8 # Apache-2.0
    24  cryptography>=0.8 # Apache-2.0
    17  six>=1.9.0
    25  six>=1.9.0
    18 @@ -29,5 +28,4 @@ pysaml2
    26  SQLAlchemy<=0.9.99,>=0.9.7
       
    27  sqlalchemy-migrate!=0.9.8,<0.10.0,>=0.9.5
       
    28  passlib
       
    29 -iso8601>=0.1.9
       
    30  python-keystoneclient<1.4.0,>=1.2.0
       
    31  keystonemiddleware<1.6.0,>=1.5.0
       
    32  oslo.concurrency<1.9.0,>=1.8.2 # Apache-2.0
       
    33 @@ -25,9 +22,7 @@ oslo.policy<0.4.0,>=0.3.1 # Apache-2.0
       
    34  oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
       
    35  oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
       
    36  oauthlib>=0.6
       
    37 -pysaml2
    19  dogpile.cache>=0.5.3
    38  dogpile.cache>=0.5.3
    20  jsonschema<3.0.0,>=2.0.0
    39  jsonschema<3.0.0,>=2.0.0
    21  pycadf<0.9.0,>=0.8.0
    40  pycadf<0.9.0,>=0.8.0
    22 -posix-ipc
    41 -posix-ipc
    23  msgpack-python>=0.4.0
    42  msgpack-python>=0.4.0
    24 
    43 --- keystone-2015.1.2/requirements.txt.~1~	2015-10-13 10:18:02.000000000 -0700
    25 --- keystone-2015.1.2/requirements.txt.orig  2015-10-13 13:43:45.598126189 -0600
    44 +++ keystone-2015.1.2/requirements.txt	2016-02-02 00:30:59.005350937 -0800
    26 +++ keystone-2015.1.2/requirements.txt    2015-10-13 13:43:57.481207228 -0600
    45 @@ -6,16 +6,13 @@ pbr!=0.7,<1.0,>=0.6
    27 @@ -8,7 +8,6 @@ eventlet!=0.17.0,>=0.16.1
    46  WebOb>=1.2.3
       
    47  eventlet!=0.17.0,>=0.16.1
    28  greenlet>=0.3.2
    48  greenlet>=0.3.2
    29  netaddr>=0.7.12
    49 -netaddr>=0.7.12
    30  PasteDeploy>=1.5.0
    50  PasteDeploy>=1.5.0
    31 -Paste
    51 -Paste
    32  Routes!=2.0,>=1.12.3
    52  Routes!=2.0,>=1.12.3
    33  cryptography>=0.8 # Apache-2.0
    53  cryptography>=0.8 # Apache-2.0
    34  six>=1.9.0
    54  six>=1.9.0
    35 @@ -33,5 +32,4 @@ pysaml2
    55  SQLAlchemy<=0.9.99,>=0.9.7
       
    56  sqlalchemy-migrate!=0.9.8,<0.10.0,>=0.9.5
       
    57  passlib
       
    58 -iso8601>=0.1.9
       
    59  python-keystoneclient<1.4.0,>=1.2.0
       
    60  keystonemiddleware<1.6.0,>=1.5.0
       
    61  oslo.concurrency<1.9.0,>=1.8.2 # Apache-2.0
       
    62 @@ -29,9 +26,7 @@ oslo.policy<0.4.0,>=0.3.1 # Apache-2.0
       
    63  oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
       
    64  oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
       
    65  oauthlib>=0.6
       
    66 -pysaml2
    36  dogpile.cache>=0.5.3
    67  dogpile.cache>=0.5.3
    37  jsonschema<3.0.0,>=2.0.0
    68  jsonschema<3.0.0,>=2.0.0
    38  pycadf<0.9.0,>=0.8.0
    69  pycadf<0.9.0,>=0.8.0
    39 -posix-ipc
    70 -posix-ipc
    40  msgpack-python>=0.4.0
    71  msgpack-python>=0.4.0