Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: TMDA - Tagged Message Delivery Agent https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217654 ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2007-02-17 10:45 EST ------- Forgot to check the following.. * python module dependency - /usr/bin/tmda-ofmipd contains: ------------------------------------------------- 346 if remoteauth['proto'] == 'ldap': 347 try: 348 import ldap 349 except ImportError: 350 raise ImportError, \ 351 'python-ldap (http://python-ldap.sf.net/) required.' -------------------------------------------------- Consider to add "Requires: python-ldap" - site-packages/TMDA/FilterParser.py contains: -------------------------------------------------- 724 def __search_cdb(self, pathname, keys, actions, source): 725 """ 726 Search DJB's constant databases; see <http:/cr.yp.to/cdb.html>. 727 """ 728 import cdb 729 cdb = cdb.init(pathname) 730 found_match = 0 -------------------------------------------------- Does this package need "python-cdb" (currently not available on Fedora)? -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review