https://bugzilla.redhat.com/show_bug.cgi?id=1094040
--- Comment #5 from Dan Scott dan@coffeecode.net --- Hmm. Problem: https://admin.fedoraproject.org/pkgdb/acls/name/python-jinja says that python-jinja is deprecated in f21, and http://koji.fedoraproject.org/koji/packageinfo?packageID=5935 shows that it is not included in f21.
This seems to be why fedora-review is failing to build even when I specify the local directory that contains the python-inlinestyler that I have built.
However, looking at taskreport.py shows that it actually wants python-jinja2:
""" from jinja2 import FileSystemLoader, Environment """
... and python-jinja2 is available in f21, f20, and f19 (and EPEL6 and EPEL5 if those are desired).