summaryrefslogtreecommitdiff
path: root/manifests/arch_builder.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-28 06:40:10 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:06:31 +0100
commit9f505b1453a38776497e905ec129819d9e54b9d0 (patch)
tree50481737c12ecf8279d4a6a40bb9538af4a0c8b1 /manifests/arch_builder.pp
parentarch builder remove pacman -Syu (diff)
downloadprofiles-9f505b1453a38776497e905ec129819d9e54b9d0.tar.gz
profiles-9f505b1453a38776497e905ec129819d9e54b9d0.tar.xz
arch builder add pip packages.
Diffstat (limited to 'manifests/arch_builder.pp')
-rw-r--r--manifests/arch_builder.pp7
1 files changed, 7 insertions, 0 deletions
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'