mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
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:
parent
7ef0d5dfd8
commit
4b03c3d42d
2 changed files with 26 additions and 73 deletions
1
setup.py
1
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue