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 1462337 - cmdtest requires python-markdown
Summary: cmdtest requires python-markdown
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: cmdtest
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michel Alexandre Salim
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1424561
TreeView+ depends on / blocked
 
Reported: 2017-06-16 19:03 UTC by Troy Dawson
Modified: 2017-07-27 21:19 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-27 21:19:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Add Requires: python-markdown (1.17 KB, patch)
2017-06-16 19:10 UTC, Troy Dawson
no flags Details | Diff

Description Troy Dawson 2017-06-16 19:03:54 UTC
Description of problem:
cmdtest will not run.  It fails with a traceback.

Version-Release number of selected component (if applicable):
cmdtest-0.27-2.fc26

How reproducible:
100%

Steps to Reproduce:
1. Install cmdtest-0.27-2.fc26
2. cmdtest
3.

Actual results:
$ cmdtest
Traceback (most recent call last):
  File "/usr/bin/cmdtest", line 30, in <module>
    import yarnlib
  File "/usr/lib/python2.7/site-packages/yarnlib/__init__.py", line 20, in <module>
    from .mdparser import MarkdownParser
  File "/usr/lib/python2.7/site-packages/yarnlib/mdparser.py", line 20, in <module>
    import markdown
ImportError: No module named markdown


Expected results:
$ cmdtest
test 0/0: 
0/0 tests OK, 0 failures

Additional info:
"dnf install python-markdown" fixes the problem.

Comment 1 Troy Dawson 2017-06-16 19:10:45 UTC
Created attachment 1288453 [details]
Add Requires: python-markdown

Patch for spec file added.

This is a blocker for some projects.  We understand some people have limited time to fix packages.  If you do not have the time to fix this, or merge the patch, within two weeks, we will have a proven packager merge the suggested patch in and build it.

Comment 2 Troy Dawson 2017-07-27 21:19:30 UTC
Must have been a temporary dependency issue.  This is working in rawhide.  Closing as not a bug.


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