From 9f505b1453a38776497e905ec129819d9e54b9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 28 Jan 2022 06:40:10 +0100 Subject: arch builder add pip packages. --- manifests/arch_builder.pp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifests/arch_builder.pp b/manifests/arch_builder.pp index d0aa65e..797f989 100644 --- a/manifests/arch_builder.pp +++ b/manifests/arch_builder.pp @@ -11,11 +11,18 @@ class profiles::arch_builder ( 'base-devel', 'python', 'python-yaml', + 'python-pip', # Note that auracle git is NOT in the standard repos, and needs to # be manually bootstraped to work 'auracle-git', ]) + + ensure_packages([ + 'coloredlogs', + 'graypy', + ], { provider => 'pip', }) + $aur_builder = 'aur-builder' $aur_home = '/usr/local/aur' -- cgit v1.2.3