git: 177c62956a3d - 2023Q3 - sysutils/py-ansible-core: Add missing dependency on py-toml

From: Guido Falsi <madpilot_at_FreeBSD.org>
Date: Sun, 30 Jul 2023 15:43:01 UTC
The branch 2023Q3 has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=177c62956a3d0197b0ac9839a6cd668b8a75cf4c

commit 177c62956a3d0197b0ac9839a6cd668b8a75cf4c
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-07-30 15:41:03 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-07-30 15:42:55 +0000

    sysutils/py-ansible-core: Add missing dependency on py-toml
    
    PR:             272811
    Approved by:    0mp (maintainer)
    
    (cherry picked from commit 4420fef3e1d9e15da994ee9f9d4e0e738500a96a)
---
 sysutils/py-ansible-core/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile
index 2c401f0dd915..66b0cfb2d279 100644
--- a/sysutils/py-ansible-core/Makefile
+++ b/sysutils/py-ansible-core/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ansible-core
 DISTVERSION=	2.15.0
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${P
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0.0:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}resolvelib>=0.5.3<1.1.0:devel/py-resolvelib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}toml>0:textproc/py-toml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \