From 22838f1f630a537458562b4c34b280828d9cef4a Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 31 Jan 2023 07:49:20 +0800 Subject: [PATCH] devel/oci-cli: Change RUN_DEPENDS from py-yaml to py-pyyaml5 - Bump PORTREVISION for dependency change --- devel/oci-cli/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/oci-cli/Makefile b/devel/oci-cli/Makefile index e74c918e4b1b..3ff8a29583e8 100644 --- a/devel/oci-cli/Makefile +++ b/devel/oci-cli/Makefile @@ -1,5 +1,6 @@ PORTNAME= oci-cli DISTVERSION= 3.22.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,9 +27,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=22.1.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.29:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml5>=5.4<6:devel/py-pyyaml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.15.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}terminaltables>=3.1.0:textproc/py-terminaltables@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=5.4<6:devel/py-yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}terminaltables>=3.1.0:textproc/py-terminaltables@${PY_FLAVOR} USES= python:3.6-3.9 USE_PYTHON= autoplist concurrent distutils