From ef5b495759f388e291b887bf1914147a40250f49 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Tue, 5 Apr 2022 13:55:21 +0200 Subject: [PATCH] Install wheel for pip --- roles/base/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 324f45b..d6d0c5e 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -9,6 +9,7 @@ - pacman-contrib # for checkupdates, paccache, pacdiff... - pkgfile # get hint on missing package when command not found - python-pip + - python-wheel - python-setuptools - reflector - xorg-xinit # enable xinit to avoid having to type 'startx' @@ -34,6 +35,7 @@ - libnotify-bin - python3-venv - python3-pip + - python3-wheel - python3-setuptools - xinit # enable xinit to avoid having to type 'startx' - fonts-font-awesome