Move optional dependencies from pip-requires to test-requires

python-sendfile and python-xattr are both optional library
dependencies in Glance now. Some systems, like Windows, do not
have these libraries and so we should move them from pip-requires
to test-requires. AFAIK, the pip-requires is what is used to
build the Windows installer.

Fixes LP 1031396

Change-Id: Ib47244e51ae03991e6171ab8d47238d955743567
This commit is contained in:
Jay Pipes 2012-07-31 15:47:39 -04:00
parent 55a3b3cf51
commit db33171ead
2 changed files with 4 additions and 2 deletions

View File

@ -14,10 +14,8 @@ argparse
boto==2.1.1
sqlalchemy-migrate>=0.7
httplib2
xattr>=0.6.0
kombu
pycrypto>=2.1.0alpha1
pysendfile==2.0.0
iso8601>=0.1.4

View File

@ -13,3 +13,7 @@ openstack.nose_plugin>=0.7
pep8==1.1
sphinx>=1.1.2
requests
# Optional packages that should be installed when testing
xattr>=0.6.0
pysendfile==2.0.0