FreeBSD Bugzilla – Attachment 245566 Details for
Bug 274408
sysutils/ansible - When installing a collection from ansible-galaxy, a python module is required
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils/ansible: Support ansible-galaxy install from community
0001-sysutils-ansible-Support-ansible-galaxy-install-from.patch (text/plain), 1.33 KB, created by
Cy Schubert
on 2023-10-11 14:06:43 UTC
(
hide
)
Description:
sysutils/ansible: Support ansible-galaxy install from community
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2023-10-11 14:06:43 UTC
Size:
1.33 KB
patch
obsolete
>From 3ab5fc5c657a2d0b2b583184eab92c8c1d0a7366 Mon Sep 17 00:00:00 2001 >From: Cy Schubert <cy@FreeBSD.org> >Date: Wed, 11 Oct 2023 07:04:26 -0700 >Subject: [PATCH] sysutils/ansible: Support ansible-galaxy install from > community > >Fix: > >Starting galaxy collection install process >ERROR! importlib_resources is not installed and is required > >Please add devel/py-importlib-resources as a dependency when installing >Ansible, and perhaps also for the ansible-compat and ansible-core packages? > >PR: 274408 >--- > sysutils/ansible/Makefile | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile >index ee8ac5e1f297..44709e463257 100644 >--- a/sysutils/ansible/Makefile >+++ b/sysutils/ansible/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= ansible > DISTVERSION= 8.4.0 >+PORTREVISION= 1 > CATEGORIES= sysutils python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -11,7 +12,8 @@ WWW= https://www.ansible.com/ > LICENSE= GPLv3+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible-core>0:sysutils/py-ansible-core@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible-core>0:sysutils/py-ansible-core@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources > > USES= ansible:env cpe python:3.9+ shebangfix > CPE_VENDOR= redhat >-- >2.42.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274408
: 245566