commit:     2180ffa48566c9ba6d6a5018e487e79fede3e638
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  5 15:25:44 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 15:25:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2180ffa4

sys-apps/coreutils: Drop dev-python/pyinotify dependency

Thanks-to: Jason Chan <graysonchsi <AT> gmail.com>
Closes: https://bugs.gentoo.org/710394
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-apps/coreutils/coreutils-8.31-r1.ebuild | 5 -----
 sys-apps/coreutils/coreutils-8.32.ebuild    | 7 +------
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/sys-apps/coreutils/coreutils-8.31-r1.ebuild 
b/sys-apps/coreutils/coreutils-8.31-r1.ebuild
index 60949e9d236..9b764fe8181 100644
--- a/sys-apps/coreutils/coreutils-8.31-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-8.31-r1.ebuild
@@ -35,7 +35,6 @@ DEPEND="${RDEPEND}
                dev-perl/Expect
                dev-util/strace
                ${PYTHON_DEPS}
-               $(python_gen_any_dep 'dev-python/pyinotify[${PYTHON_USEDEP}]')
        )"
 RDEPEND+="
        hostname? ( !sys-apps/net-tools[hostname] )
@@ -52,10 +51,6 @@ RDEPEND+="
        !<app-forensics/tct-1.18-r1
        !<net-fs/netatalk-2.0.3-r4"
 
-python_check_deps() {
-       has_version --host-root "dev-python/pyinotify[${PYTHON_USEDEP}]"
-}
-
 pkg_setup() {
        if use test ; then
                python-any-r1_pkg_setup

diff --git a/sys-apps/coreutils/coreutils-8.32.ebuild 
b/sys-apps/coreutils/coreutils-8.32.ebuild
index e398ba4307c..af07c9b8cb1 100644
--- a/sys-apps/coreutils/coreutils-8.32.ebuild
+++ b/sys-apps/coreutils/coreutils-8.32.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit eutils flag-o-matic python-any-r1 toolchain-funcs
 
@@ -38,7 +38,6 @@ BDEPEND="
                dev-perl/Expect
                dev-util/strace
                ${PYTHON_DEPS}
-               $(python_gen_any_dep 'dev-python/pyinotify[${PYTHON_USEDEP}]')
        )
 "
 RDEPEND+="
@@ -56,10 +55,6 @@ RDEPEND+="
        !<app-forensics/tct-1.18-r1
        !<net-fs/netatalk-2.0.3-r4"
 
-python_check_deps() {
-       has_version "dev-python/pyinotify[${PYTHON_USEDEP}]"
-}
-
 pkg_setup() {
        if use test ; then
                python-any-r1_pkg_setup

Reply via email to