dev-python/pylint: Remove obsolete pylint-gui message

<dwfreed> I don't think pylint-gui exists anymore
<dwfreed> I think that message is a relic
<dwfreed> c70b281c62
<dwfreed> gone since 1.7

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-15 10:21:42 +01:00
parent 1d05736bc0
commit e6fec62e84

View File

@@ -62,8 +62,3 @@ python_install_all() {
distutils-r1_python_install_all
}
pkg_postinst() {
# Optional dependency on "tk" USE flag would break support for Jython.
optfeature "pylint-gui script requires dev-lang/python with \"tk\" USE flag enabled." 'dev-lang/python[tk]'
}