summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-15 10:21:42 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-15 10:22:11 +0100
commite6fec62e84263dc27eb6123dd41ff4eb040ef260 (patch)
treee18ca2799db49aee96d13cba0f88a73fc0932f94 /dev-python/pylint
parentdev-python/hiredis: Version bump (diff)
downloadgentoo-e6fec62e84263dc27eb6123dd41ff4eb040ef260.tar.gz
gentoo-e6fec62e84263dc27eb6123dd41ff4eb040ef260.tar.bz2
gentoo-e6fec62e84263dc27eb6123dd41ff4eb040ef260.zip
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> https://github.com/PyCQA/pylint/commit/c70b281c62deef9f0b7dad10efbd614ccf02d637 <dwfreed> gone since 1.7 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pylint')
-rw-r--r--dev-python/pylint/pylint-2.6.0.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-python/pylint/pylint-2.6.0.ebuild b/dev-python/pylint/pylint-2.6.0.ebuild
index c7649094183a..861ac0ae8765 100644
--- a/dev-python/pylint/pylint-2.6.0.ebuild
+++ b/dev-python/pylint/pylint-2.6.0.ebuild
@@ -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]'
-}