Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708588 - sys-apps/coreutils: missing python_check_deps()
Summary: sys-apps/coreutils: missing python_check_deps()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-07 07:38 UTC by Michał Górny
Modified: 2020-02-07 17:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-02-07 07:38:44 UTC
python_gen_any_dep doesn't work without python_check_deps() function.  Please fix.
Comment 1 Larry the Git Cow gentoo-dev 2020-02-07 16:54:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8bdcde438406d25255b1565b035a51f27aea00

commit 7b8bdcde438406d25255b1565b035a51f27aea00
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2020-02-07 16:54:31 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-02-07 16:54:31 +0000

    sys-apps/coreutils: define python_check_deps
    
    Closes: https://bugs.gentoo.org/708588
    Package-Manager: Portage-2.3.86_p1, Repoman-2.3.20_p43
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-apps/coreutils/coreutils-8.30.ebuild    | 6 ++++++
 sys-apps/coreutils/coreutils-8.31-r1.ebuild | 6 ++++++
 sys-apps/coreutils/coreutils-8.31.ebuild    | 6 ++++++
 3 files changed, 18 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2020-02-07 17:00:39 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94d3855452a0398e3764d7b4a9034c9808bc050

commit e94d3855452a0398e3764d7b4a9034c9808bc050
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2020-02-07 17:00:25 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-02-07 17:00:25 +0000

    sys-apps/coreutils: simplify python_check_deps
    
    pkg_setup already checks the 'test' USE flag, so we don't need to do it
    again.
    
    Bug: https://bugs.gentoo.org/708588
    Package-Manager: Portage-2.3.86_p1, Repoman-2.3.20_p43
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-apps/coreutils/coreutils-8.30.ebuild    | 4 +---
 sys-apps/coreutils/coreutils-8.31-r1.ebuild | 4 +---
 sys-apps/coreutils/coreutils-8.31.ebuild    | 4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)