mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/py-minimal-snowplow-tracker: Fix RUN_DEPENDS usage
Approved by: portmgr (blanket) With hat: python
This commit is contained in:
parent
579d71f78c
commit
f42fd83a46
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue