Bug 1868128
| Summary: | Unable to install pywbem on rawhide | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tony Asleson <tasleson> |
| Component: | pywbem | Assignee: | Gris Ge <fge> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | fge, jsafrane, tasleson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-09-21 17:27:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tony Asleson
2020-08-11 18:53:29 UTC
Maybe related: https://bugzilla.redhat.com/show_bug.cgi?id=1854486 (In reply to Tony Asleson from comment #1) > Maybe related: https://bugzilla.redhat.com/show_bug.cgi?id=1854486 Don't think this is relevant any longer. It looks like these are new dependencies that were added. Looking like test only * custom-inherit * nocaselist Seemingly required * nocasedict * yamlloader More information about the dependencies * nocasedict & nocaselist appear to be internal libraries that pywbem broke out into separate libraries https://github.com/pywbem/nocaselist https://github.com/pywbem/nocasedict * custom-inherit looks like it was added with commit cc6bb23bc8ccd3f43291af4364e12a5cda5fb10e excerpt from commit message. "Include custom_inherit to avoid duplicating documentation. Remove all docstring documentation from the in- memory data store and the in memory repository and implement the custom_inherit package that inherits the documentation from the base class to the inherited class." * yamlloader is a replacement for yamlordereddictloader. The project yamlordereddictloader states that it's deprecated and users should migrate to yamlloader, ref. https://github.com/fmenabe/python-yamlordereddictloader What is weird is I'm not showing any dependency between pywbem and yamlordereddictloader. ref. https://github.com/pywbem/pywbem/issues/2008 Hi Tony, Does pywbem-0.14.6-6.fc34 fixed this problem? Thank you and sorry for the troubles. (In reply to Gris Ge from comment #5) > Hi Tony, > > Does pywbem-0.14.6-6.fc34 fixed this problem? Yes, this package can be installed and functions normally. > Thank you and sorry for the troubles. No worries. CI is working on an automated task to make sure that at the very least packages install, ref. https://pagure.io/fedora-ci/general/issue/131 I'm going to work on adding basic CI tests for a number of different packages so we can be assured that they install, startup if a daemon, and pass a basic set of tests. I've established a dialog with upstream on how to move forward with the new dependencies. Thanks |