Bug 2372154

Summary: F43FailsToInstall: python3-streamlink
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: python-streamlinkAssignee: Mohamed El Morabity <pikachu.2014>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: code, pikachu.2014
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-06-11 16:04:56 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: 2353127, 2372192    
Bug Blocks: 2322407, 2339435    

Description Fedora Fails To Install 2025-06-11 08:19:21 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (python-streamlink) Fails To Install in Fedora 43:

can't install python3-streamlink:
  - nothing provides (python3.13dist(lxml) < 6~~ with python3.13dist(lxml) >= 4.6.4) needed by python3-streamlink-7.1.3-1.fc43.noarch
  - nothing provides (python3.13dist(pycryptodomex) < 4~~ with python3.13dist(pycryptodomex) >= 3.4.3) needed by python3-streamlink-7.1.3-1.fc43.noarch
  - nothing provides (python3.13dist(requests) < 3~~ with python3.13dist(requests) >= 2.26) needed by python3-streamlink-7.1.3-1.fc43.noarch
  - nothing provides (python3.13dist(trio-websocket) < 1~~ with python3.13dist(trio-websocket) >= 0.9) needed by python3-streamlink-7.1.3-1.fc43.noarch
  - nothing provides (python3.13dist(urllib3) < 3~~ with python3.13dist(urllib3) >= 1.26) needed by python3-streamlink-7.1.3-1.fc43.noarch
  - nothing provides (python3.13dist(websocket-client) < 2~~ with python3.13dist(websocket-client) >= 1.2.1) needed by python3-streamlink-7.1.3-1.fc43.noarch
  - nothing provides python3.13dist(certifi) needed by python3-streamlink-7.1.3-1.fc43.noarch
  - nothing provides python3.13dist(isodate) needed by python3-streamlink-7.1.3-1.fc43.noarch
  - nothing provides python3.13dist(trio) needed by python3-streamlink-7.1.3-1.fc43.noarch
  - nothing provides python3.13dist(pycountry) needed by python3-streamlink-7.1.3-1.fc43.noarch
  - nothing provides python(abi) = 3.13 needed by python3-streamlink-7.1.3-1.fc43.noarch
  - nothing provides ((python3.13dist(pysocks) < 1.5.7 or python3.13dist(pysocks) > 1.5.7) with python3.13dist(pysocks) >= 1.5.6) needed by python3-streamlink-7.1.3-1.fc43.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-43-x86_64 --config-opts mirrored=False install python3-streamlink


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Ben Beasley 2025-06-11 11:01:13 UTC
=========================== short test summary info ============================
FAILED tests/test_compat.py::TestDeprecated::test_deprecated[import-path] - a...
FAILED tests/test_compat.py::TestDeprecated::test_deprecated[import-path-custom-msg]
FAILED tests/test_compat.py::TestDeprecated::test_deprecated[import-obj] - as...
FAILED tests/test_compat.py::TestDeprecated::test_deprecated[import-obj-custom-msg]
FAILED tests/test_compat.py::TestDeprecated::test_deprecated[no-warning-has-attr]
FAILED tests/test_compat.py::TestDeprecated::test_deprecated[no-warning-has-getattr]
=========== 6 failed, 6557 passed, 30 skipped, 45 warnings in 7.08s ============

These tests are failing with issues like:

>       assert recwarn.list == []
E       assert [<_py_warning...7f6e4b316c10>] == []
E
E         Left contains one more item: <_py_warnings.WarningMessage object at 0x7f6e4b316c10>
E         Use -v to get more diff

Counting the number of warnings is brittle across Python versions and dependency versions. Consider skipping these tests as too strict for downstream packaging.

Comment 2 Karolina Surma 2025-06-11 16:04:56 UTC
Automatically marking as duplicate. Please forgive me if not accurate.

*** This bug has been marked as a duplicate of bug 2353127 ***