Bug 1462337

Summary: cmdtest requires python-markdown
Product: [Fedora] Fedora Reporter: Troy Dawson <tdawson>
Component: cmdtestAssignee: Michel Lind <michel>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: michel
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: 2017-07-27 21:19:30 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: 1424561    
Attachments:
Description Flags
Add Requires: python-markdown none

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.