From 9f27f7c539549620b57abdc77d2c06a966484dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 1 Oct 2024 13:03:29 +0200 Subject: [PATCH] main/ansible-core: depend on python-passlib --- main/ansible-core/template.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/ansible-core/template.py b/main/ansible-core/template.py index 328bcee02b..25bf457aef 100644 --- a/main/ansible-core/template.py +++ b/main/ansible-core/template.py @@ -1,6 +1,6 @@ pkgname = "ansible-core" pkgver = "2.17.4" -pkgrel = 0 +pkgrel = 1 build_style = "python_pep517" hostmakedepends = [ "python-build", @@ -11,6 +11,7 @@ "python-cryptography", "python-jinja2", "python-packaging", + "python-passlib", "python-pyyaml", "python-resolvelib", ]