https://bugzilla.redhat.com/show_bug.cgi?id=1221459



--- Comment #2 from Marcin Haba <[email protected]> ---
I am not Fedora packages maintainer and even not Python developer, from these
reasons my review notices are informal.

Because your package requires mercurial module for work (from global namespace
of setup.py):


try:
    import mercurial
except ImportError:
    requires.append('mercurial')


in Spec you probably need to add:


Requires: mercurial


and define as Requires other Mercurial dependencies in Spec file if any.

-- 
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to