04-requirements.patch revision 2900
2900N/AIn-house patch to remove unnecessary dependencies from Glance's
2900N/Arequirements files. The specific reasons are as follows:
2900N/A
2900N/Alxml No longer applicable
2900N/A (upstream commit b7f9120cd4623d8284c4edfea760ef10e1193492)
2900N/A
2900N/Apasslib No longer applicable
2900N/A (upstream commit b31874284212d49560ddf4f36e5c9ca5d221f605)
2900N/A
2900N/Apycrypto Not applicable to Solaris (M2Crypto used instead)
2900N/A
2900N/Awsgiref No longer applicable
2900N/A (upstream commit b31874284212d49560ddf4f36e5c9ca5d221f605)
2900N/A
2900N/A--- glance-2013.2.3/glance.egg-info/requires.txt.orig 2014-04-03 11:46:54.000000000 -0700
2900N/A+++ glance-2013.2.3/glance.egg-info/requires.txt 2014-05-24 23:04:42.210143004 -0700
2900N/A@@ -6,20 +6,16 @@
2900N/A PasteDeploy>=1.5.0
2900N/A Routes>=1.12.3
2900N/A WebOb>=1.2.3,<1.3
2900N/A-wsgiref>=0.1.2
2900N/A boto>=2.4.0,!=2.13.0
2900N/A sqlalchemy-migrate>=0.7.2
2900N/A httplib2
2900N/A kombu>=2.4.8
2900N/A-pycrypto>=2.6
2900N/A iso8601>=0.1.8
2900N/A oslo.config>=1.2.0
2900N/A python-swiftclient>=1.5,<2.0.0
2900N/A-lxml>=2.3
2900N/A Paste
2900N/A-passlib
2900N/A jsonschema>=1.3.0,!=1.4.0
2900N/A python-cinderclient>=1.0.6
2900N/A python-keystoneclient>=0.3.2
2900N/A pyOpenSSL>=0.11
2900N/A-six>=1.4.1
2900N/A\ No newline at end of file
2900N/A+six>=1.4.1
2900N/A--- glance-2013.2.3/requirements.txt.orig 2014-04-03 11:43:55.000000000 -0700
2900N/A+++ glance-2013.2.3/requirements.txt 2014-05-24 23:05:14.053235541 -0700
2900N/A@@ -12,29 +12,20 @@
2900N/A PasteDeploy>=1.5.0
2900N/A Routes>=1.12.3
2900N/A WebOb>=1.2.3,<1.3
2900N/A-wsgiref>=0.1.2
2900N/A argparse
2900N/A boto>=2.4.0,!=2.13.0
2900N/A sqlalchemy-migrate>=0.7.2
2900N/A httplib2
2900N/A kombu>=2.4.8
2900N/A-pycrypto>=2.6
2900N/A iso8601>=0.1.8
2900N/A oslo.config>=1.2.0
2900N/A
2900N/A # For Swift storage backend.
2900N/A python-swiftclient>=1.5,<2.0.0
2900N/A
2900N/A-# Note you will need gcc buildtools installed and must
2900N/A-# have installed libxml headers for lxml to be successfully
2900N/A-# installed using pip, therefore you will need to install the
2900N/A-# libxml2-dev and libxslt-dev Ubuntu packages.
2900N/A-lxml>=2.3
2900N/A-
2900N/A # For paste.util.template used in keystone.common.template
2900N/A Paste
2900N/A
2900N/A-passlib
2900N/A jsonschema>=1.3.0,!=1.4.0
2900N/A python-cinderclient>=1.0.6
2900N/A python-keystoneclient>=0.3.2