Bug 1631857
| Summary: | python-oslo-messaging: Remove (sub)packages from Fedora 30+: python2-oslo-messaging-tests | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | python-oslo-messaging | Assignee: | Yatin Karel <ykarel> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | amoralej, apevec, cstratak, gchamoul, igor.raits, kgiusti, mhroncok, ngompa13, pviktori, ykarel, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-oslo-messaging-8.1.2-1.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-02-26 14:15:31 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1625773 | ||
|
Description
Miro Hrončok
2018-09-21 17:57:52 UTC
While https://src.fedoraproject.org/rpms/python-oslo-messaging/c/9932351d707f41b50218485a459edddd79c46321?branch=master and https://koji.fedoraproject.org/koji/taskinfo?taskID=32416654 drops this, the largest EVRA in Fedora 30 is still https://koji.fedoraproject.org/koji/buildinfo?buildID=1128968 python-oslo-messaging-8.0.0-1.fc29 You need to rise the epoch. Please don't raise Epoch! We need to update to latest OpenStack Rocky release 8.1.2 https://releases.openstack.org/rocky/index.html#rocky-oslo-messaging python-oslo-messaging-8.0.0-1.fc29 with python2-oslo-messaging is still tagged as the highest evr in f30 and f31. The beta freeze is at 2019-03-05. Will you make it? Do you need help? Yes, we are working on it. Will finish it ASAP. iirc i commented on the bug the issue i faced with dependencies > iirc i commented on the bug the issue i faced with dependencies
where? what issue?
(In reply to Miro Hrončok from comment #5) > > iirc i commented on the bug the issue i faced with dependencies > > where? what issue? So when trying to build oslo-messaging-8.1.2 i faced:- Problem: conflicting requests - nothing provides python3.7dist(eventlet) < 0.21.0 needed by python3-oslo-service-1.29.0-2.fc30.noarch ---> python3.7dist(eventlet) < 0.21.0 is coming from dependency generator in oslo-service but build don not exist in rawhide If i go to fix oslo-service for eventlet i get:- Problem: package python3-hacking-1.1.0-5.fc30.noarch requires python3-flake8, but none of the providers can be installed - conflicting requests - nothing provides python3.7dist(pycodestyle) < 2.5.0 needed by python3-flake8-3.6.0-2.fc30.noarch --> python3.7dist(pycodestyle) < 2.5.0 coming from deps generator in flake8 but build do not exist in rawhide now if i see flake8 there has similar restrictions on entrypoint, pycodestyle I've removed hacking as BR, we can build without it. Also i've fixed oslo-service to remove the upper cap which can be ignored. I'm working to get a new build of oslo-messaging to get this fixed. Fixed by https://koji.fedoraproject.org/koji/taskinfo?taskID=33064156 - python-oslo-messaging-8.1.2-1.fc30 BTW, for new clients import in fc31 with stein releases, we should try to avoid oslo-messaging and family by avoiding osprofile as BR in mistralclient and osc-lib. I think it's doable and will help to reduce required packages for openstack. Thank you. |