Add a version to pytz.

Upcoming improvements to pip 1.4 (wheel support and
skip-pre-release-by-default) mean that pytz without a version
will be skipped. Adding a version here gets us what we want.

Adding an intial lower-bound on the version that's currently in RHEL6,
since we don't actually care about the version itself.

pytz uses date based versioning which isn't supported by default:

http://www.python.org/dev/peps/pep-0440/#date-based-versions

Change-Id: Ieb0cda61b2f8665d5f83ff8beb8a4cf5b4ece011
This commit is contained in:
Monty Taylor 2013-06-24 13:41:55 -04:00
parent 4213ef6e0c
commit bbca56081a
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ python-memcached
python-novaclient>=2.12.0,<3
python-quantumclient>=2.2.0,<3.0.0
python-swiftclient>=1.2,<2
pytz
pytz>=2010h
pyudev
pyyaml>=3.1.0
qpid-python