Fixes installation of test-requirements
pip install fails because the "-f http...pysendfile.2.0.0.tar.gz" returns 404. pip will install pysendfile 2.0.0 without defining the url. Ref: http://code.google.com/p/pysendfile/issues/detail?id=20&can=1 Closes bug 1314968 Change-Id: I15baf378b37841f8abb21294efebe2dee95077c3
This commit is contained in:
parent
7cffaaca0f
commit
ed816a214b
@ -19,7 +19,6 @@ psutil>=1.1.1
|
||||
# Optional packages that should be installed when testing
|
||||
MySQL-python
|
||||
psycopg2
|
||||
-f http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz
|
||||
pysendfile==2.0.0
|
||||
qpid-python
|
||||
xattr>=0.4
|
||||
|
Loading…
Reference in New Issue
Block a user