Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Hiler <ahiler@codeweavers.com>2021-11-02 00:20:23 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2021-11-02 17:48:09 +0300
commitdd288bf872ddc739c975b01e6ec671b137974463 (patch)
treecdd98077e3f7494961ddb0f5f52b37150fc58cd2
parent48e5845d50caec36066dfb7ad40037e1d02b72bb (diff)
Vagrantfile: Install python3 version of afdko.
-rw-r--r--Vagrantfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 585a42ed..d195256d 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -77,13 +77,10 @@ Vagrant.configure(2) do |config|
#install host build-time dependencies
apt-get update
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
- pip install afdko
-
- #work around an afdko dependency bug
- pip install singledispatch==3.4.0.4
+ pip3 install afdko
#allow vagrant user to run docker
adduser vagrant docker