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.
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.
Must have been a temporary dependency issue. This is working in rawhide. Closing as not a bug.