devel/py-flynt: Add missing dependancy on textproc/py-tomli
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user