Bug 2091107 - nothing provides python3.10dist(suds)
Summary: nothing provides python3.10dist(suds)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-suds
Version: 36
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Jeff Ortel
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-27 15:01 UTC by Wayne Sun
Modified: 2022-06-06 02:11 UTC (History)
6 users (show)

Fixed In Version: python-suds-1.1.1-1.fc36
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-06-06 02:11:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.