summaryrefslogtreecommitdiffstats
path: root/roles/python/meta
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
commit61e0f270fe813786a1b97a91b6bbb18c506931b9 (patch)
treef7fc2ca0796f18d5f95fb3346feb7a931c8331e9 /roles/python/meta
parent1dde88f02c95c2634523ba5ef4b7b45b40b68a95 (diff)
Refactor python role to remove homebrew dependency
Diffstat (limited to 'roles/python/meta')
-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"