components/openstack/ironic/patches/01-requirements.patch
branchs11-update
changeset 4508 d8924d870370
child 5405 66fd59fecd68
child 6035 c9748fcc32de
equal deleted inserted replaced
4506:e5c1a87858fd 4508:d8924d870370
       
     1 In-house patch to remove unnecessary dependencies from Ironic's
       
     2 requirements files. The specific reasons are as follows:
       
     3 
       
     4 kombu		Not applicable
       
     5 
       
     6 lxml		Not applicable
       
     7 
       
     8 websockify	Not applicable
       
     9 
       
    10 oslo.rootwrap	Not applicable to Solaris
       
    11 
       
    12 --- ironic-2014.2.1/ironic.egg-info/requires.txt.~1~	2015-02-19 10:50:54.000000000 -0800
       
    13 +++ ironic-2014.2.1/ironic.egg-info/requires.txt	2015-05-12 13:36:29.313651947 -0700
       
    14 @@ -4,9 +4,7 @@ alembic>=0.6.4
       
    15  anyjson>=0.3.3
       
    16  argparse
       
    17  eventlet>=0.15.1,<0.16.0
       
    18 -kombu>=2.5.0
       
    19  lockfile>=0.8
       
    20 -lxml>=2.3
       
    21  WebOb>=1.2.3
       
    22  greenlet>=0.3.2
       
    23  sqlalchemy-migrate==0.9.1
       
    24 @@ -19,10 +17,8 @@ python-keystoneclient>=0.10.0
       
    25  python-swiftclient>=2.2.0
       
    26  stevedore>=1.0.0  # Apache-2.0
       
    27  pysendfile==2.0.0
       
    28 -websockify>=0.6.0,<0.7
       
    29  oslo.config>=1.4.0  # Apache-2.0
       
    30  oslo.db>=1.0.0,<1.1  # Apache-2.0
       
    31 -oslo.rootwrap>=1.3.0
       
    32  oslo.i18n>=1.0.0  # Apache-2.0
       
    33  oslo.utils>=1.0.0                       # Apache-2.0
       
    34  pecan>=0.5.0
       
    35 --- ironic-2014.2.1/requirements.txt.~1~	2015-02-19 10:45:47.000000000 -0800
       
    36 +++ ironic-2014.2.1/requirements.txt	2015-05-12 13:37:03.904654352 -0700
       
    37 @@ -7,9 +7,7 @@ alembic>=0.6.4
       
    38  anyjson>=0.3.3
       
    39  argparse
       
    40  eventlet>=0.15.1,<0.16.0
       
    41 -kombu>=2.5.0
       
    42  lockfile>=0.8
       
    43 -lxml>=2.3
       
    44  WebOb>=1.2.3
       
    45  greenlet>=0.3.2
       
    46  sqlalchemy-migrate==0.9.1
       
    47 @@ -22,10 +20,8 @@ python-keystoneclient>=0.10.0
       
    48  python-swiftclient>=2.2.0
       
    49  stevedore>=1.0.0  # Apache-2.0
       
    50  pysendfile==2.0.0
       
    51 -websockify>=0.6.0,<0.7
       
    52  oslo.config>=1.4.0  # Apache-2.0
       
    53  oslo.db>=1.0.0,<1.1  # Apache-2.0
       
    54 -oslo.rootwrap>=1.3.0
       
    55  oslo.i18n>=1.0.0  # Apache-2.0
       
    56  oslo.utils>=1.0.0                       # Apache-2.0
       
    57  pecan>=0.5.0