Skip to content

Commit

Permalink
devel/py-flynt: Add missing dependancy on textproc/py-tomli
Browse files Browse the repository at this point in the history
  • Loading branch information
leres committed Jan 26, 2022
1 parent 6882856 commit c7409d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devel/py-flynt/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= flynt
PORTVERSION= 0.76
PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand All @@ -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
Expand Down

0 comments on commit c7409d9

Please sign in to comment.