1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

devel/py-flynt: Add missing dependancy on textproc/py-tomli

This commit is contained in:
Craig Leres 2022-01-25 20:34:56 -08:00
parent 688285649d
commit c7409d9da3

View File

@ -2,6 +2,7 @@
PORTNAME= flynt
PORTVERSION= 0.76
PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,7 +11,8 @@ COMMENT= Convert Python scripts from string formatting to f-strings
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>0:devel/py-astor@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>0:devel/py-astor@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tomli>1.1.0:textproc/py-tomli@${PY_FLAVOR}
USES= python:3.6+
USE_GITHUB= yes