commit:     d4a18ac6d209a8fad9ece954c9da75f5c97434e0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 31 03:49:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 31 03:49:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a18ac6

dev-util/gef: strip pylint dependency

We don't want this even for running test suites usually as it's
not helpful/indicative downstream of whether something is
working properly.

Closes: https://bugs.gentoo.org/832410
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/gef/{gef-2021.10.ebuild => gef-2021.10-r1.ebuild} | 6 ++++++
 dev-util/gef/gef-9999.ebuild                               | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/dev-util/gef/gef-2021.10.ebuild 
b/dev-util/gef/gef-2021.10-r1.ebuild
similarity index 93%
rename from dev-util/gef/gef-2021.10.ebuild
rename to dev-util/gef/gef-2021.10-r1.ebuild
index 0d0db6c0ae2b..1591c4b14506 100644
--- a/dev-util/gef/gef-2021.10.ebuild
+++ b/dev-util/gef/gef-2021.10-r1.ebuild
@@ -44,6 +44,12 @@ BDEPEND="doc? ( dev-python/mkdocs )
                ')
        )"
 
+python_prepare_all() {
+       sed -i -e '/pylint/d' requirements.txt || die
+
+       distutils-r1_python_prepare_all
+}
+
 src_compile() {
        # Tries to compile tests
        :

diff --git a/dev-util/gef/gef-9999.ebuild b/dev-util/gef/gef-9999.ebuild
index 0d0db6c0ae2b..1591c4b14506 100644
--- a/dev-util/gef/gef-9999.ebuild
+++ b/dev-util/gef/gef-9999.ebuild
@@ -44,6 +44,12 @@ BDEPEND="doc? ( dev-python/mkdocs )
                ')
        )"
 
+python_prepare_all() {
+       sed -i -e '/pylint/d' requirements.txt || die
+
+       distutils-r1_python_prepare_all
+}
+
 src_compile() {
        # Tries to compile tests
        :

Reply via email to