Bug 31188 - ucs-test package depedencies do not work with virtual packages
ucs-test package depedencies do not work with virtual packages
Status: RESOLVED WONTFIX
Product: UCS Test
Classification: Unclassified
Component: Framework
unspecified
Other Linux
: P5 enhancement (vote)
: ---
Assigned To: Philipp Hahn
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-04-25 12:17 CEST by Janek Walkenhorst
Modified: 2023-07-26 15:15 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Janek Walkenhorst univentionstaff 2013-04-25 12:17:26 CEST
ucs-test package depedencies do not work with virtual packages

Test 75dansguardianclamav has
 ## packages: [univention-antivir-web]
univention-dansguardian is installed and
 Provides: univention-antivir-web
But the test is still not run
 Missing software
Comment 1 Philipp Hahn univentionstaff 2023-07-26 15:15:36 CEST
While this could be easily added:
>>> import apt
>>> c = apt.cache.Cache()
>>> [p for p in c.get_providing_packages("mail-transport-agent") if p.installed]

But resolving dependencies and conflicts becomes more tricky. Therefor WONTFIX as this is a non-issue for 10y.