Bug 1289182

Summary: Broken dependency for python-cherrypy
Product: [Fedora] Fedora EPEL Reporter: bwellkamp
Component: python-paste-scriptAssignee: Dan Callaghan <dcallagh>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel7CC: dcallagh, lmacken
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:22:40 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 bwellkamp 2015-12-07 15:50:08 UTC
Description of problem:
Installation of python-paste-script-1.7.5-6.el7.noarch is not possible any more because of a broken dependency. Package python-cherrypy is required which is not available in EPEL any more. Only python-cherrrypy2 is available.

Version-Release number of selected component (if applicable):
1.7.5

uname -r
3.10.0-229.20.1.el7.x86_64

How reproducible:
yum install python-paste-script --enablerepo epel


Actual results:
yum install python-paste-script --enablerepo epel
...
--> Finished Dependency Resolution
Error: Package: python-paste-script-1.7.5-6.el7.noarch (epel)
           Requires: python-cherrypy
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Expected results:
Resolution for python-cherrypy should be successful.

Additional info:
I checked the source RPM and found "Requires:       python-cheetah" in the .spec-file.
Some weeks ago (Oct 23) I installed python-paste-script-1.7.5-6.el7.noarch on another server successfully with python-cherrypy-3.2.2-4.el7.noarch.

Output from yum search:
yum search python-cherrypy
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
========================================================== N/S matched: python-cherrypy ==========================================================
python-cherrypy2.noarch : Pythonic, object-oriented web development framework

Comment 1 manuel wolfshant 2015-12-07 16:09:46 UTC
Since RHEL 7.2 the package python-cherrypy is available in the base distro itself so it was removed from EPEL. If you are using CentOS, please enable the CR repository.

Comment 2 bwellkamp 2015-12-07 16:22:40 UTC
Works. Thanks a lot for the fast reply!