dev-lang/coconut: add mypy suggestion

This commit is contained in:
Julian Ospald 2017-03-17 22:48:00 +01:00
parent 2721b42576
commit e0fda4950e
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ DEPENDENCIES="
dev-python/prompt_toolkit[>=1.0&<1.1][python_abis:*(-)?]
dev-python/pyparsing[>=2.1.10&<2.1.11][python_abis:*(-)?]
python_abis:2.7? ( dev-python/futures[>=3.0&<3.1][python_abis:2.7] )
suggestion:
dev-python/mypy [[ description = [ coconut can run mypy on the compiled python code ] ]]
"
BUGS_TO="hasufell@posteo.de"