Add a workaround for pytz and pip>=1.4
pip versions >= 1.4 will not install pytz unless a minimum version containing a letter is specified (this workaround is taken from Babel Python library). Change-Id: Ic013fca82816cd89e446282d3936e38ea2c39274
This commit is contained in:
parent
b5d64cdbe4
commit
427149eef2
@ -21,5 +21,7 @@ testtools>=0.9.27
|
||||
|
||||
# NOTE: scripttest 1.0.1 removes base_path argument to ScriptTest
|
||||
scripttest==1.0
|
||||
pytz
|
||||
# NOTE(rpodolyaka): This version identifier is currently necessary as
|
||||
# pytz otherwise does not install on pip 1.4 or higher
|
||||
pytz>=0a
|
||||
pysqlite
|
||||
|
Loading…
x
Reference in New Issue
Block a user