Skip to content

Commit

Permalink
sys-apps/coreutils: Drop dev-python/pyinotify dependency
Browse files Browse the repository at this point in the history
Thanks-to: Jason Chan <[email protected]>
Closes: https://bugs.gentoo.org/710394
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Mar 5, 2020
1 parent e7358bb commit 2180ffa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions sys-apps/coreutils/coreutils-8.31-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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] )
Expand All @@ -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
Expand Down
7 changes: 1 addition & 6 deletions sys-apps/coreutils/coreutils-8.32.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -38,7 +38,6 @@ BDEPEND="
dev-perl/Expect
dev-util/strace
${PYTHON_DEPS}
$(python_gen_any_dep 'dev-python/pyinotify[${PYTHON_USEDEP}]')
)
"
RDEPEND+="
Expand All @@ -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
Expand Down

0 comments on commit 2180ffa

Please sign in to comment.