Ensure setuptools is somewhat recent

Due to bugs in older setuptools version parsing
we need to set a relatively new version of setuptools
so that parsing works better (and/or correctly).

This seems especially important on 2.6 which due to
a busted setuptools (and associated pkg_resources) seems
to be matching against incorrect versions.

Closes-bug: #1489969

Change-Id: Ib859c7df955edef0f38c5673bd21a4767c781e4a
This commit is contained in:
Joshua Harlow 2015-08-28 10:14:28 -07:00
parent dda9b30745
commit 7c027d40e2
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# process (and later running processes...).
pip>=6
setuptools>=18.2
pkginfo
cheetah>=2.4.4
iniparse