Bug 1070520 - python-flask erroneously requires python-sphinx
Summary: python-flask erroneously requires python-sphinx
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-flask
Version: el6
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Rick Elrod
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-02-27 02:23 UTC by Dan Mick
Modified: 2014-03-15 19:51 UTC (History)
3 users (show)

Fixed In Version: python-flask-0.9-7.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-27 03:32:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dan Mick 2014-02-27 02:23:30 UTC
python-flask depends on python-sphinx, but that dependency is incorrect.
Sphinx is required to make the docs, but the docs are not part of the
binary RPM.

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

python-flask-0.9-5.el6.noarch.rpm


Suggested patch:

--- python-flask.spec.orig	2014-02-26 18:22:31.429371854 -0800
+++ python-flask.spec	2014-02-26 18:22:38.361415171 -0800
@@ -14,7 +14,7 @@
 
 BuildArch:      noarch
 BuildRequires:  python2-devel python-setuptools-devel python-werkzeug python-sphinx
-Requires:       python-werkzeug python-sphinx
+Requires:       python-werkzeug
 
 %if 0%{?rhel}
 BuildRequires:  python-jinja2-26

Comment 1 Fedora Update System 2014-02-27 03:30:33 UTC
python-flask-0.9-7.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/python-flask-0.9-7.el6

Comment 2 Rick Elrod 2014-02-27 03:32:33 UTC
This had been fixed for a while in git but never merged into epel6 and pushed. Done now, thanks.

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

Comment 3 Fedora Update System 2014-03-15 19:51:12 UTC
python-flask-0.9-7.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, 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.