components/openstack/heat/patches/02-requirements.patch
changeset 2025 8dbf23e740f2
child 3998 5bd484384122
equal deleted inserted replaced
2024:d2eeeca993a7 2025:8dbf23e740f2
       
     1 In-house patch to remove unnecessary dependencies from Heat's
       
     2 requirements files. The specific reasons are as follows:
       
     3 
       
     4 argparse	No longer applicable
       
     5 
       
     6 httplib2	No longer applicable
       
     7 
       
     8 pycrypto	Not applicable to Solaris (M2Crypto used instead)
       
     9 
       
    10 --- heat-2013.2.3/heat.egg-info/requires.txt.orig	2014-04-03 11:47:55.000000000 -0700
       
    11 +++ heat-2013.2.3/heat.egg-info/requires.txt	2014-07-07 03:03:36.128102921 -0700
       
    12 @@ -1,8 +1,6 @@
       
    13  pbr>=0.5.21,<1.0
       
    14 -pycrypto>=2.6
       
    15  eventlet>=0.13.0
       
    16  greenlet>=0.3.2
       
    17 -httplib2
       
    18  iso8601>=0.1.8
       
    19  kombu>=2.4.8
       
    20  lxml>=2.3
       
    21 @@ -22,4 +20,4 @@
       
    22  PyYAML>=3.1.0
       
    23  paramiko>=1.8.0
       
    24  Babel>=1.3
       
    25 -oslo.config>=1.2.0
       
    26 \ No newline at end of file
       
    27 +oslo.config>=1.2.0
       
    28 --- heat-2013.2.3/requirements.txt.orig	2014-04-03 11:44:49.000000000 -0700
       
    29 +++ heat-2013.2.3/requirements.txt	2014-07-07 03:03:32.472531751 -0700
       
    30 @@ -1,11 +1,8 @@
       
    31  pbr>=0.5.21,<1.0
       
    32 -pycrypto>=2.6
       
    33  eventlet>=0.13.0
       
    34  greenlet>=0.3.2
       
    35 -httplib2
       
    36  iso8601>=0.1.8
       
    37  kombu>=2.4.8
       
    38 -argparse
       
    39  lxml>=2.3
       
    40  netaddr
       
    41  six>=1.4.1