mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-14 15:48:11 +03:00
Vagrantfile: Install python3 version of afdko.
This commit is contained in:
parent
ccfad43c81
commit
49602674d0
7
Vagrantfile
vendored
7
Vagrantfile
vendored
@ -77,13 +77,10 @@ Vagrant.configure(2) do |config|
|
|||||||
#install host build-time dependencies
|
#install host build-time dependencies
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y ccache texinfo gpgv2 gnupg2 git docker-ce docker-ce-cli containerd.io \
|
apt-get install -y ccache texinfo gpgv2 gnupg2 git docker-ce docker-ce-cli containerd.io \
|
||||||
fontforge-nox python-debian python-pip
|
fontforge-nox python-debian uuid-dev python3-pip
|
||||||
|
|
||||||
#install adobe font devkit to build source san hans
|
#install adobe font devkit to build source san hans
|
||||||
pip install afdko
|
pip3 install afdko
|
||||||
|
|
||||||
#work around an afdko dependency bug
|
|
||||||
pip install singledispatch==3.4.0.4
|
|
||||||
|
|
||||||
#allow vagrant user to run docker
|
#allow vagrant user to run docker
|
||||||
adduser vagrant docker
|
adduser vagrant docker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user