Bug 1266584 - python-markups should depend on python-textile
Summary: python-markups should depend on python-textile
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-markups
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mario Blättermann
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-25 17:42 UTC by Giulio 'juliuxpigface'
Modified: 2015-10-09 15:32 UTC (History)
1 user (show)

Fixed In Version: python-markups-0.6.3-4.fc23
Clone Of:
Environment:
Last Closed: 2015-10-09 15:32:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Giulio 'juliuxpigface' 2015-09-25 17:42:34 UTC
Description of problems:
1. python-markups doesn't provide python-textile
2. python3-markups doesnt' provide python3-textile

Version-Release number of selected component (if applicable):
python-markups-0.6.3-3.fc23

How reproducible:
Always

Steps to Reproduce (inside a python shell):
1.import markups
2.test_two = markups.TextileMarkup()

Actual results:
>>> test_two = markups.TextileMarkup()

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/markups/textile.py", line 34, in __init__
    from textile import Textile
ImportError: No module named textile

Expected results:
1. The installation of python-markups should provide python-textile
2. The installation of python3-markups should provide python3-textile

Additional info:
I wrote here only the output taken from a python2 shell, but it's easily reproducible with python3 as well.

Again... Sorry if I didn't report this together with #1265001, but I've just found this new issue.

Comment 1 Fedora Update System 2015-09-26 20:29:35 UTC
python-markups-0.6.3-4.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-2f439b8219

Comment 2 Fedora Update System 2015-09-27 07:22:38 UTC
python-markups-0.6.3-4.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update python-markups'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-2f439b8219

Comment 3 Fedora Update System 2015-10-09 15:32:44 UTC
python-markups-0.6.3-4.fc23 has been pushed to the Fedora 23 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.