https://bugzilla.redhat.com/show_bug.cgi?id=1466523 --- Comment #1 from Charalampos Stratakis <cstratak@xxxxxxxxxx> --- The package should have a runtime requirement on git. Invoking the cli produces a traceback without it. <mock-chroot> sh-4.4# blurb Traceback (most recent call last): File "/usr/bin/blurb", line 11, in <module> sys.exit(main()) File "/usr/lib/python3.6/site-packages/blurb.py", line 1432, in main chdir_to_repo_root() File "/usr/lib/python3.6/site-packages/blurb.py", line 621, in chdir_to_repo_root run("git log -r 7f777ed95a19224294949e1b4ce56bbffcb1fe9f") File "/usr/lib/python3.6/site-packages/blurb.py", line 613, in run process = subprocess.run(s.split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE) File "/usr/lib64/python3.6/subprocess.py", line 403, in run with Popen(*popenargs, **kwargs) as process: File "/usr/lib64/python3.6/subprocess.py", line 707, in __init__ restore_signals, start_new_session) File "/usr/lib64/python3.6/subprocess.py", line 1326, in _execute_child raise child_exception_type(errno_num, err_msg) FileNotFoundError: [Errno 2] No such file or directory: 'git' -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx