Add a dependency on 'six'
Review Request #6584 — Created Nov. 13, 2014 and submitted
In order to support both Python 2.x and 3.x without making too many changes, we
need to use the six library. This change adds the dependency.
Ran setup.py develop and saw the right packages install.
-
<p>We need to include this in the Mac installer as well. See contrib/installers/macosx/build-mpkg.sh, and search for argparse. Should be easy enough to build and test that (though if you have a VM, it'll be easier still, since you won't pollute the system in the test.)</p>