components/openstack/nova/patches/02-noamqplib.patch
changeset 1760 353323c7bdc1
equal deleted inserted replaced
1759:b412ae0aa701 1760:353323c7bdc1
       
     1 In-house patch to remove amqplib from Nova's requirements files as an alternate
       
     2 implementation is used on Solaris.  This patch is Solaris-specific and
       
     3 not suitable for upstream.
       
     4 
       
     5 --- nova-2013.1.4/tools/pip-requires.orig       2013-11-22 08:08:07.506739321 -0700
       
     6 +++ nova-2013.1.4/tools/pip-requires        2013-11-22 08:08:13.543791383 -0700
       
     7 @@ -1,6 +1,5 @@
       
     8  SQLAlchemy>=0.7.8,<0.7.99
       
     9  Cheetah>=2.4.4
       
    10 -amqplib>=0.6.1
       
    11  anyjson>=0.2.4
       
    12  argparse
       
    13  boto
       
    14 
       
    15 --- nova-2013.1.4/nova.egg-info/requires.txt.orig       2013-11-22 08:09:22.863753329 -0700
       
    16 +++ nova-2013.1.4/nova.egg-info/requires.txt        2013-11-22 08:09:28.573969576 -0700
       
    17 @@ -1,6 +1,5 @@
       
    18  SQLAlchemy>=0.7.8,<0.7.99
       
    19  Cheetah>=2.4.4
       
    20 -amqplib>=0.6.1
       
    21  anyjson>=0.2.4
       
    22  boto
       
    23  eventlet>=0.9.17