Bug 2091107

Summary: nothing provides python3.10dist(suds)
Product: [Fedora] Fedora Reporter: Wayne Sun <gsun>
Component: python-sudsAssignee: Jeff Ortel <jortel>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 36CC: jamato, jortel, lgangava, orion, steve.traylen, swt
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-suds-1.1.1-1.fc36 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-06-06 02:11:13 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 Wayne Sun 2022-05-27 15:01:38 UTC
Description of problem:

With rpmbuild build a new python package from setup.py which include

install_requires_ = [
    'suds',
    'click',
]


$ sudo dnf install /home/waynesun/rpmbuild/RPMS/noarch/python3-pylero-0.0.2-1.noarch.rpm
Last metadata expiration check: 1:22:07 ago on Fri 27 May 2022 09:10:10 AM EDT.
Error: 
 Problem: conflicting requests
  - nothing provides python3.10dist(suds) needed by python3-pylero-0.0.2-1.noarch
(try to add '--skip-broken' to skip uninstallable packages)



Version-Release number of selected component (if applicable):
python3-suds-1.0.0-2.fc36.noarch

How reproducible:
always


Steps to Reproduce:
1. Download the spec file
$ wget https://raw.githubusercontent.com/waynesun09/pylero/spec_bug/pylero.spec

2. Donwload the source tar.gz file
$ spectool -gR pylero.spec

3. rpmbuild 
$ rpmbuild -ba pylero.spec

4. install the build rpm

$ sudo dnf install /home/waynesun/rpmbuild/RPMS/noarch/python3-pylero-0.0.2-1.noarch.rpm

Actual results:
could not find the dependency suds rpm

Expected results:
The rpm could be found and install


Additional info:

Comment 1 Fedora Update System 2022-05-28 21:36:08 UTC
FEDORA-2022-7a5633a925 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-7a5633a925

Comment 2 Fedora Update System 2022-05-29 02:40:09 UTC
FEDORA-2022-7a5633a925 has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-7a5633a925`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-7a5633a925

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2022-06-06 02:11:13 UTC
FEDORA-2022-7a5633a925 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.