components/openstack/cinder/patches/01-noamqplib.patch
changeset 1760 353323c7bdc1
equal deleted inserted replaced
1759:b412ae0aa701 1760:353323c7bdc1
       
     1 In-house patch to remove amqplib from Cinder's requirements files as
       
     2 an alternate implementation is used on Solaris.
       
     3 
       
     4 --- cinder-2013.1.4/cinder.egg-info/requires.txt.orig 2013-11-22 07:46:37.051978903 -0700
       
     5 +++ cinder-2013.1.4/cinder.egg-info/requires.txt        2013-11-22 07:46:45.304481983 -0700
       
     6 @@ -1,5 +1,4 @@
       
     7  SQLAlchemy>=0.7.3,<=0.7.9
       
     8 -amqplib>=0.6.1
       
     9  anyjson>=0.2.4
       
    10  eventlet>=0.9.17
       
    11  kombu>=1.0.4
       
    12 
       
    13 --- cinder-2013.1.4/tools/pip-requires.orig       2013-11-22 07:48:29.381781247 -0700
       
    14 +++ cinder-2013.1.4/tools/pip-requires        2013-11-22 07:48:34.137850426 -0700
       
    15 @@ -1,5 +1,4 @@
       
    16  SQLAlchemy>=0.7.3,<=0.7.9
       
    17 -amqplib>=0.6.1
       
    18  anyjson>=0.2.4
       
    19  argparse
       
    20  eventlet>=0.9.17