Summary: | net-analyzer/flent should depend on dev-python/PyQt5+networking | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Phil Tooley <phil.tooley> |
Component: | Current packages | Assignee: | Jason A. Donenfeld <zx2c4> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | mmokrejs, sam |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 869524 | ||
Bug Blocks: | |||
Attachments: |
ebuild patch
correct patch |
Created attachment 574110 [details, diff]
correct patch
Oops, first patch was wrong. Correct now attached.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67597c118d69c33002d804b47cc827bf7b3c08eb commit 67597c118d69c33002d804b47cc827bf7b3c08eb Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2022-10-14 05:15:56 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2022-10-14 05:22:03 +0000 net-analyzer/flent: treeclean Closes: https://bugs.gentoo.org/684334 Closes: https://bugs.gentoo.org/808877 Closes: https://bugs.gentoo.org/808879 Closes: https://bugs.gentoo.org/808881 Closes: https://bugs.gentoo.org/832248 Closes: https://bugs.gentoo.org/869524 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> net-analyzer/flent/Manifest | 1 - net-analyzer/flent/flent-1.3.2.ebuild | 24 ------------------------ net-analyzer/flent/metadata.xml | 14 -------------- profiles/package.mask | 6 ------ 4 files changed, 45 deletions(-) |
Created attachment 574108 [details, diff] ebuild patch net-analyzer/flent requires PyQt5 with networking support however, the ebuild does not include this requirement. Attached patch fixes the issue