Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 878713

Summary: media-libs/vigra-1.11.1-r8: still depends on dev-python/nose
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Printing Team <printing>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/ukoethe/vigra/issues/508
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 822414    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-10-29 13:40:07 UTC
See tracker.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-12-25 09:13:06 UTC
Ping.
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-24 09:13:07 UTC
tinderbox_musl has reproduced this issue with version 1.11.1-r8 - Updating summary.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-05-08 04:30:32 UTC
Ping.
Comment 4 msdobrescu 2023-10-26 05:51:25 UTC
I see this on media-libs/vigra-1.11.1-r9, while tests were not enabled, no `test` flag was set:

-- Searching for Python numpy: ok
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'nose'
-- Could NOT find Python nosetests ('import nose' failed)
Comment 5 Larry the Git Cow gentoo-dev 2024-02-27 15:21:57 UTC
The bug has been closed via the following commit(s):

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

commit 234ccb2c4534655d08499bb66a2dedaf725cc2ac
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-02-27 15:12:40 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-02-27 15:21:53 +0000

    media-libs/vigra: Remove dev-python/nose dep
    
    Upstream has switched over to dev-python/pytest in -9999.  The old
    version is still using dev-python/nose but the ebuild is test-restricted
    anyway, so no point in blocking nose removal here.
    
    Closes: https://bugs.gentoo.org/878713
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 media-libs/vigra/vigra-1.11.1-r9.ebuild | 10 +++-------
 media-libs/vigra/vigra-9999.ebuild      |  7 ++++---
 2 files changed, 7 insertions(+), 10 deletions(-)