Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2023 13:34:10 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4e6d5662a215 - main - sysutils/ansible: Add missing PY_FLAVOR
Message-ID:  <202310121334.39CDYAJq006311@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e6d5662a21589d6406683aaffb1f28e7b9283e3

commit 4e6d5662a21589d6406683aaffb1f28e7b9283e3
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-10-12 13:31:29 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-10-12 13:31:29 +0000

    sysutils/ansible: Add missing PY_FLAVOR
    
    Fix build by adding missing PY_FLAVOR.
    
    Repored by:      "John W. O'Brien" <john@saltant.com>
    Fixes:          2211c50a41e9
---
 sysutils/ansible/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index 44709e463257..eb7aab88d170 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansible-core>0:sysutils/py-ansible-core@${PY_FLAVOR} \
-		 ${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources
+		 ${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR}
 
 USES=		ansible:env cpe python:3.9+ shebangfix
 CPE_VENDOR=	redhat



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310121334.39CDYAJq006311>