11-requirements.patch revision 6033
4070N/AIn-house patch to remove unnecessary dependencies from Horizon's
4070N/Arequirements files. The specific reasons are as follows:
4070N/A
4070N/Aeventlet Not applicable
4070N/A
4070N/Akombu Not applicable
4070N/A
4070N/Apyscss Not applicable
4070N/A
6033N/Acinderclient push to version 1.3.1
6033N/A
6033N/A--- horizon-2015.1.2/horizon.egg-info/requires.txt.orig 2015-10-13 11:09:26.000000000 -0600
6033N/A+++ horizon-2015.1.2/horizon.egg-info/requires.txt 2015-11-19 15:15:17.976212795 -0700
6033N/A@@ -5,19 +5,16 @@ Pint>=0.5 # BSD
6033N/A django-compressor>=1.4
6033N/A django-openstack-auth<1.3.0,>=1.2.0
6033N/A django-pyscss<2.0.0,>=1.0.3 # BSD License2 clause
6033N/A-eventlet!=0.17.0,>=0.16.1
4070N/A httplib2>=0.7.5
4070N/A iso8601>=0.1.9
4070N/A-kombu>=2.5.0
4070N/A netaddr>=0.7.12
6033N/A oslo.concurrency<1.9.0,>=1.8.2 # Apache-2.0
6033N/A oslo.config<1.10.0,>=1.9.3 # Apache-2.0
6033N/A oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
6033N/A oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
6033N/A oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
6033N/A-pyScss<1.3,>=1.2.1 # MIT License
6033N/A python-ceilometerclient<1.2,>=1.1.1
6033N/A-python-cinderclient<1.2.0,>=1.1.0
6033N/A+python-cinderclient<=1.3.1,>=1.1.0
6033N/A python-glanceclient<0.18.0,>=0.15.0
6033N/A python-heatclient<0.5.0,>=0.3.0
6033N/A python-keystoneclient<1.4.0,>=1.2.0
6033N/A
6033N/A--- horizon-2015.1.2/requirements.txt.orig 2015-10-13 11:07:24.000000000 -0600
6033N/A+++ horizon-2015.1.2/requirements.txt 2015-11-19 15:16:14.438547386 -0700
6033N/A@@ -15,19 +15,16 @@ Pint>=0.5 # BSD
6033N/A django-compressor>=1.4
6033N/A django-openstack-auth<1.3.0,>=1.2.0
6033N/A django-pyscss<2.0.0,>=1.0.3 # BSD License (2 clause)
6033N/A-eventlet!=0.17.0,>=0.16.1
4070N/A httplib2>=0.7.5
4070N/A iso8601>=0.1.9
4070N/A-kombu>=2.5.0
4070N/A netaddr>=0.7.12
6033N/A oslo.concurrency<1.9.0,>=1.8.2 # Apache-2.0
6033N/A oslo.config<1.10.0,>=1.9.3 # Apache-2.0
6033N/A oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
6033N/A oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
6033N/A oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
6033N/A-pyScss<1.3,>=1.2.1 # MIT License
6033N/A python-ceilometerclient<1.2,>=1.1.1
6033N/A-python-cinderclient<1.2.0,>=1.1.0
6033N/A+python-cinderclient<=1.3.1,>=1.1.0
6033N/A python-glanceclient<0.18.0,>=0.15.0
6033N/A python-heatclient<0.5.0,>=0.3.0
6033N/A python-keystoneclient<1.4.0,>=1.2.0