Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1707361

Summary: fedocal requires python2.7dist(mock) = 1.1.2, fails to install
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: fedocalAssignee: Orphan Owner <extras-orphan>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: infra-sig, kevin, pingou
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-29 21:19:34 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:
Bug Depends On:    
Bug Blocks: 1700324, 1690439    

Description Miro Hrončok 2019-05-07 11:28:53 UTC
$ mock -r fedora-rawhide-x86_64 install fedocal
Problem: conflicting requests
 - nothing provides python2.7dist(mock) = 1.1.2 needed by fedocal-0.16-2.fc30.noarch

We have python2-mock in Fedora, but it is 2.0.0. I also worry why there is a runtime dependency on mocking library usually used for tests.

Comment 1 Miro Hrončok 2019-05-13 07:46:38 UTC
In preparation for the Python 2 EOL, we are removing all non-installable Python 2 packages:
https://fedoraproject.org/wiki/Changes/F31_Mass_Python_2_Package_Removal#Removing_non-installable_packages_from_the_distro

This bug is still in the NEW state and the package does not install. Please indicate you are working on a fix by setting the state to ASSIGNED. When this bug is four weeks in the NEW state, the package may be orphaned.

Note that you don't have to actually fix this right now, setting the bug to ASSIGNED will just mark this as being worked on, so I'll know it is being taken care of. If this happens too quickly, feel free to reach to me any time for help (with specific problems).

(If you know for sure this package shall be removed, consider doing it.)

Thank You!

Comment 2 Miro Hrončok 2019-05-20 11:24:07 UTC
This bug is still in the NEW state and the package does not install. Please indicate you are working on a fix by setting the state to ASSIGNED. When this bug is four weeks in the NEW state, the package may be orphaned.

Comment 3 Miro Hrončok 2019-05-27 09:15:58 UTC
This bug is still in the NEW state and the package does not install. Please indicate you are working on a fix by setting the state to ASSIGNED. When this bug is four weeks in the NEW state, the package may be orphaned.

Comment 4 Miro Hrončok 2019-06-03 10:38:21 UTC
This bug is still in the NEW state and the package does not install. Please indicate you are working on a fix by setting the state to ASSIGNED. When this bug is four weeks in the NEW state, the package may be orphaned.

Comment 5 Kevin Fenzi 2019-06-29 21:19:34 UTC
ok, this was added upstream in https://github.com/fedora-infra/fedocal/commit/9721b10e0057548d5487d9886b6a74b42c15c723 but I am not sure what the setuptools problem is. 

I went ahead and removed that requirement for now and pingou can look at it upstream for next release...

Comment 6 Miro Hrončok 2019-06-30 00:06:09 UTC
The runtime requirement on mock is most certainty bogus, it is used only in tests.