add missing RDEPs
This commit is contained in:
parent
3003de11ca
commit
833c5ea811
@ -3,6 +3,7 @@ COMMENT= optional static type checker for Python
|
||||
# additional deps needed for 0.980+:
|
||||
# "types-psutil", "types-setuptools", "types-typed-ast"
|
||||
MODPY_EGG_VERSION= 0.971
|
||||
REVISION= 0
|
||||
|
||||
DISTNAME= mypy-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
@ -23,6 +24,9 @@ TEST_DEPENDS= devel/py-test-xdist${MODPY_FLAVOR}
|
||||
# additional deps
|
||||
#MODPY_PYTEST_ARGS= --ignore tests/providers/test_internet.py \
|
||||
# --ignore tests/providers/test_ssn.py
|
||||
RUN_DEPENDS= devel/py-typing-extensions${MODPY_FLAVOR} \
|
||||
devel/py-mypy-extensions${MODPY_FLAVOR} \
|
||||
textproc/py-tomli${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
Loading…
Reference in New Issue
Block a user