components/openstack/horizon/patches/11-requirements.patch
branchs11u2-sru
changeset 4156 4b1def16fe9b
child 5405 66fd59fecd68
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
       
     1 In-house patch to remove unnecessary dependencies from Horizon's
       
     2 requirements files. The specific reasons are as follows:
       
     3 
       
     4 eventlet	Not applicable
       
     5 
       
     6 kombu		Not applicable
       
     7 
       
     8 pyscss		Not applicable
       
     9 
       
    10 --- horizon-2014.2.2/horizon.egg-info/requires.txt.~1~	2015-02-05 09:08:25.000000000 -0800
       
    11 +++ horizon-2014.2.2/horizon.egg-info/requires.txt	2015-02-25 00:24:13.790331173 -0800
       
    12 @@ -3,13 +3,10 @@ Django>=1.4.2,<1.7
       
    13  django_compressor>=1.4
       
    14  django_openstack_auth>=1.1.7,!=1.1.8
       
    15  django-pyscss>=1.0.3  # BSD License2 clause
       
    16 -eventlet>=0.15.1,<0.16.0
       
    17  httplib2>=0.7.5
       
    18  iso8601>=0.1.9
       
    19 -kombu>=2.5.0
       
    20  lockfile>=0.8
       
    21  netaddr>=0.7.12
       
    22 -pyScss>=1.2.1,<1.3  # MIT License
       
    23  python-ceilometerclient>=1.0.6
       
    24  python-cinderclient>=1.1.0
       
    25  python-glanceclient>=0.14.0
       
    26 @@ -40,4 +37,4 @@ xstatic-jquery-ui>=1.10.1  # MIT License
       
    27  xstatic-jsencrypt>=2.0.0.2  # MIT License
       
    28  xstatic-qunit>=1.14.0.2  # MIT License
       
    29  xstatic-rickshaw>=1.5.0  # BSD Licenseprior
       
    30 -xstatic-spin>=1.2.5.2  # MIT License
       
    31 +xstatic-spin>=1.2.5.2  # MIT License
       
    32 \ No newline at end of file
       
    33 --- horizon-2014.2.2/requirements.txt.~1~	2015-02-05 09:06:50.000000000 -0800
       
    34 +++ horizon-2014.2.2/requirements.txt	2015-02-25 00:24:12.542805712 -0800
       
    35 @@ -13,15 +13,12 @@ Django>=1.4.2,<1.7
       
    36  django_compressor>=1.4
       
    37  django_openstack_auth>=1.1.7,!=1.1.8
       
    38  django-pyscss>=1.0.3  # BSD License (2 clause)
       
    39 -eventlet>=0.15.1,<0.16.0
       
    40  httplib2>=0.7.5
       
    41  iso8601>=0.1.9
       
    42 -kombu>=2.5.0
       
    43  # Horizon Utility Requirements
       
    44  # for SECURE_KEY generation
       
    45  lockfile>=0.8
       
    46  netaddr>=0.7.12
       
    47 -pyScss>=1.2.1,<1.3  # MIT License
       
    48  python-ceilometerclient>=1.0.6
       
    49  python-cinderclient>=1.1.0
       
    50  python-glanceclient>=0.14.0