Improve packaging of third-party Python 3 packages.
authorBrett Smith <brett@curoverse.com>
Thu, 21 May 2015 14:03:36 +0000 (10:03 -0400)
committerBrett Smith <brett@curoverse.com>
Thu, 21 May 2015 14:04:48 +0000 (10:04 -0400)
commit9fa534460eaa10ac16d1de355e45898517306ec5
treef24e4ccf9c49509466f5224708a8cde927c952b5
parent08d02e15e140740902dfab5895295c08d4ca0d16
Improve packaging of third-party Python 3 packages.

* Fix the bug where we're passing in "python3" as the vendor argument
  to build_and_scp_deb.
* Build more dependencies that docker-py needs.
* Automatically add a dependency on the python3 package.

Refs #3793.
jenkins/run-build-packages.sh