git: dc7571b7526e - main - net/py-softlayer: Update version requirement of RUN_DEPENDS
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jul 24 20:32:01 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dc7571b7526e6fc8c1d4a3c24b2a65b098c372a5
commit dc7571b7526e6fc8c1d4a3c24b2a65b098c372a5
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-24 20:21:52 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-24 20:21:52 +0000
net/py-softlayer: Update version requirement of RUN_DEPENDS
---
net/py-softlayer/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile
index 3689578f6926..31101016b955 100644
--- a/net/py-softlayer/Makefile
+++ b/net/py-softlayer/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2:devel/py-prompt-toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=2.0.0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}urllib3>=1.24:net/py-urllib3@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.24,1:net/py-urllib3@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
More information about the dev-commits-ports-all
mailing list