Bug 1507995 - Nothing provides python2-PyYAML
Summary: Nothing provides python2-PyYAML
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: python-stestr
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Chandan Kumar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-10-31 16:14 UTC by Carlos Goncalves
Modified: 2019-09-10 14:12 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-11-30 22:09:19 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Carlos Goncalves 2017-10-31 16:14:49 UTC
$ sudo dnf install python2-stestr
[sudo] password for cgoncalves: 
Last metadata expiration check: 0:08:24 ago on Tue 31 Oct 2017 16:14:13 CET.
Error: 
 Problem: conflicting requests
  - nothing provides python2-PyYAML needed by python2-stestr-0.5.0-4.fc26.noarch


How reproducible: 100%

Likely to also affect other Fedora releases.

http://pkgs.fedoraproject.org/cgit/rpms/python-stestr.git/tree/python-stestr.spec?h=f26#n45

http://pkgs.fedoraproject.org/cgit/rpms/PyYAML.git/tree/PyYAML.spec?h=f26

Comment 1 Carlos Goncalves 2017-11-20 15:11:43 UTC
Confirmed for f27 too.

$ sudo dnf install python-stestr
[sudo] password for cgoncalves: 
Last metadata expiration check: 1:18:46 ago on Mon 20 Nov 2017 14:51:38 CET.
Error: 
 Problem: conflicting requests
  - nothing provides python2-PyYAML needed by python2-stestr-0.5.0-3.fc27.noarch

Comment 2 Alan Pevec 2018-07-10 00:27:46 UTC
python2-PyYAML is for Fedora >= 28 https://src.fedoraproject.org/rpms/PyYAML/c/c877a9f6cf12f5f81359ff916c67bdc9b0bd96a5

Comment 3 Alan Pevec 2018-07-10 00:42:33 UTC
Introduced in https://src.fedoraproject.org/rpms/python-stestr/c/f91e86193be91a933dcad1ca1aeccee1fd019308

to be replaced with:

-%{?el7: %define pyyaml_pkg PyYAML}
-%{!?el7: %define pyyaml_pkg python2-pyyaml}
+%if 0%{?fedora} > 27 || 0%{?rhel} > 7
+%global pyyaml_pkg python2-pyyaml
+%else
+%global pyyaml_pkg PyYAML
+%endif

Comment 4 Ben Cotton 2018-11-27 15:01:21 UTC
This message is a reminder that Fedora 27 is nearing its end of life.
On 2018-Nov-30  Fedora will stop maintaining and issuing updates for
Fedora 27. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora  'version' of '27'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 27 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Ben Cotton 2018-11-30 22:09:19 UTC
Fedora 27 changed to end-of-life (EOL) status on 2018-11-30. Fedora 27 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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