git: f42fd83a460b - main - devel/py-minimal-snowplow-tracker: Fix RUN_DEPENDS usage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Sep 2024 18:56:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f42fd83a460b428a8d25d031c8c720c279069e3f commit f42fd83a460b428a8d25d031c8c720c279069e3f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-08 18:35:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-08 18:40:27 +0000 devel/py-minimal-snowplow-tracker: Fix RUN_DEPENDS usage Approved by: portmgr (blanket) With hat: python --- devel/py-minimal-snowplow-tracker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-minimal-snowplow-tracker/Makefile b/devel/py-minimal-snowplow-tracker/Makefile index 8c93be760735..9e34e8883378 100644 --- a/devel/py-minimal-snowplow-tracker/Makefile +++ b/devel/py-minimal-snowplow-tracker/Makefile @@ -10,8 +10,8 @@ WWW= https://pypi.org/project/minimal-snowplow-tracker/ LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.2.1,<3.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9.0,<2.0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.2.1<3.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0<2.0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils