aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 23:49:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 23:51:44 +0000
commit22838f1f630a537458562b4c34b280828d9cef4a (patch)
tree1ba25702e9561ce2e9afb6cb425f3b028524c263
parent43d16815aa45b690607e0dc8d383d3469c7d8141 (diff)
downloadports-22838f1f630a537458562b4c34b280828d9cef4a.tar.gz
ports-22838f1f630a537458562b4c34b280828d9cef4a.zip
devel/oci-cli: Change RUN_DEPENDS from py-yaml to py-pyyaml5
- Bump PORTREVISION for dependency change
-rw-r--r--devel/oci-cli/Makefile5
1 files 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