From c7409d9da301f19473b050a852f8a2bbef6ec14a Mon Sep 17 00:00:00 2001 From: Craig Leres Date: Tue, 25 Jan 2022 20:34:56 -0800 Subject: [PATCH] devel/py-flynt: Add missing dependancy on textproc/py-tomli --- devel/py-flynt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/py-flynt/Makefile b/devel/py-flynt/Makefile index 309fe2e84509..317348ad3faf 100644 --- a/devel/py-flynt/Makefile +++ b/devel/py-flynt/Makefile @@ -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