diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-15 10:21:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-15 10:22:11 +0100 |
commit | e6fec62e84263dc27eb6123dd41ff4eb040ef260 (patch) | |
tree | e18ca2799db49aee96d13cba0f88a73fc0932f94 /dev-python/pylint | |
parent | dev-python/hiredis: Version bump (diff) | |
download | gentoo-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.ebuild | 5 |
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]' -} |