dev-python/python-language-server: Drop superfluous optfeature header

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2021-04-03 13:12:32 +02:00
parent 64f7638868
commit 0d14edfd4d

View File

@@ -56,7 +56,6 @@ python_prepare_all() {
}
pkg_postinst() {
elog "To get additional features, optional runtime dependencies may be installed:"
optfeature "Automatically formats Python code to conform to the PEP 8 style guide" dev-python/autopep8
optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe