git: 4420fef3e1d9 - main - sysutils/py-ansible-core: Add missing dependency on py-toml
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jul 2023 15:42:16 UTC
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4420fef3e1d9e15da994ee9f9d4e0e738500a96a
commit 4420fef3e1d9e15da994ee9f9d4e0e738500a96a
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:41:03 +0000
sysutils/py-ansible-core: Add missing dependency on py-toml
PR: 272811
Approved by: 0mp (maintainer)
---
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 ec29c4654a47..70bdc7fac483 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}
@@ -16,6 +17,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
RUN_DEPENDS= ${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} \