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
(cherry picked from commit ed816a214b)
This commit is contained in:
Erno Kuvaja 2014-05-01 10:51:44 +00:00 committed by Alan Pevec
parent 556eebb778
commit e96a53a68b
1 changed files with 0 additions and 1 deletions

View File

@ -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