#48405 python-lib389 in rawhide is missing dependencies
Closed: wontfix None Opened 8 years ago by vashirov.

On a fresh rawhide installation python-lib389 is not usable without installing python-ldap, python-six and python-krbV:

>>> import lib389
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/lib389/__init__.py", line 37, in <module>
    import ldif
ImportError: No module named ldif



>>> import lib389
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/lib389/__init__.py", line 66, in <module>
    from lib389._entry import Entry
  File "/usr/lib/python2.7/site-packages/lib389/_entry.py", line 10, in <module>
    import six
ImportError: No module named six



>>> import lib389
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/lib389/__init__.py", line 70, in <module>
    from lib389.mit_krb5 import MitKrb5
  File "/usr/lib/python2.7/site-packages/lib389/mit_krb5.py", line 17, in <module>
    import krbV
ImportError: No module named krbV

Thanks, Mark!

commit af5b3ef593d66d4782f8baf28b446619a19f2bab
Author: Viktor Ashirov vashirov@redhat.com
Date: Fri Jan 8 17:34:46 2016 +0100
To ssh://git.fedorahosted.org/git/389/lib389.git
0f03d58..af5b3ef master -> master

Milestone lib389 1.0 deleted

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1736

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata