summaryrefslogtreecommitdiffstats
path: root/roles/python/meta/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-10-20 00:06:49 +0200
committerAhmed Abdelhalim <[email protected]>2025-10-20 00:48:59 +0200
commit806deb655dc2cce32ceffde65ebb7abe88937da1 (patch)
treef7fc2ca0796f18d5f95fb3346feb7a931c8331e9 /roles/python/meta/main.yml
parentcf400c3e738f9660cc76e9fad82c4654acca2583 (diff)
Refactor python role to remove homebrew dependency
Diffstat (limited to 'roles/python/meta/main.yml')
-rw-r--r--roles/python/meta/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/python/meta/main.yml b/roles/python/meta/main.yml
index 4cbc7559..20f1f049 100644
--- a/roles/python/meta/main.yml
+++ b/roles/python/meta/main.yml
@@ -1,6 +1,7 @@
---
dependencies:
- - role: "homebrew"
+ - role: "bash"
+ - role: "curl"
galaxy_info:
author: "a14m"
description: "Install uv and python (versions) on Linux distributions"