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:
parent
55a3b3cf51
commit
db33171ead
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user