buildserver: replace custom code with python-vagrant

I ran into some annoying issues with UTF-8 output in the vagrant logs, and
it was hard to solve.  So I switched to using python-vagrant, which handles
it all for us.  Its been around since 2012, has a number of contributors,
and is still actively maintained, so it seems like a good bet. I also
packaged it for Debian, including a backport in jessie-backports.

On Debian/jessie, do `apt-get install python3-vagrant/jessie-backports`
This commit is contained in:
Hans-Christoph Steiner 2016-09-27 08:49:32 +02:00
parent 7ef0d5dfd8
commit 4b03c3d42d
2 changed files with 26 additions and 73 deletions

View file

@ -36,6 +36,7 @@ setup(name='fdroidserver',
'apache-libcloud >= 0.14.1',
'pyasn1',
'pyasn1-modules',
'python-vagrant',
'PyYAML',
'requests < 2.11',
'docker-py == 1.9.0',