Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714624 - net-wireless/urh: utterly meaningless dependency on pyzmq
Summary: net-wireless/urh: utterly meaningless dependency on pyzmq
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-03-25 06:47 UTC by Michał Górny
Modified: 2023-02-01 19:38 UTC (History)
2 users (show)

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-03-25 06:47:41 UTC
The package has:

  PYTHON_COMPAT=( python3_{6,7} )

and at the same time:

  dev-python/pyzmq[python_targets_python2_7]

This makes no sense as a py3 package obviously won't use py2.7 module.  I have no clue what the author meant here but I have serious reasons to doubt his ebuild skills.

This meaningless dep is also silently blocking me from proceeding with major twisted cleanup.

@qa, how to proceed?
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-25 06:57:42 UTC
The real fun part is that upstream README.md states:

sudo apt-get install [...] python3-zmq [...]
Comment 2 Larry the Git Cow gentoo-dev 2020-03-25 09:39:57 UTC
The bug has been referenced in the following commit(s):

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

commit 1192e5400c3615f30af27fdbef3b088f218e1b55
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-03-25 07:03:30 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-03-25 09:39:44 +0000

    net-wireless/urh: [QA] Fix meaningless dep
    
    Bug: https://bugs.gentoo.org/714624
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 net-wireless/urh/urh-2.8.4.ebuild | 2 +-
 net-wireless/urh/urh-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 3 Rick Farina (Zero_Chaos) gentoo-dev 2023-02-01 19:38:07 UTC
this looks like it was fixed a long time ago, closing bug