Bug 995545
| Summary: | python-ldap needs python-pyasn1-modules | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jens Kuehnel <bugzilla-redhat> |
| Component: | python-ldap | Assignee: | Petr Spacek <pspacek> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | lnie, mkosek, pspacek, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-ldap-2.4.17-1.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-08 19:14:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jens Kuehnel
2013-08-09 16:54:53 UTC
python-ldap-2.4.16-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/python-ldap-2.4.16-1.fc21 python-ldap-2.4.16-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/python-ldap-2.4.16-1.fc20 Tested with python-ldap-2.4.16-1.fc20,the dependency for python-pyasn1 is added,
but I still got traceback:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.7/site-packages/ldap/controls/ppolicy.py", line 22, in <module>
from pyasn1_modules.rfc2251 import LDAPDN
ImportError: No module named pyasn1_modules.rfc2251
It looks like the Requires should be on the modules subpackage instead: # rpm -ql python-pyasn1-modules | grep rfc2251 /usr/lib/python2.7/site-packages/pyasn1_modules/rfc2251.py /usr/lib/python2.7/site-packages/pyasn1_modules/rfc2251.pyc /usr/lib/python2.7/site-packages/pyasn1_modules/rfc2251.pyo Package python-ldap-2.4.16-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-ldap-2.4.16-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-11530/python-ldap-2.4.16-1.fc20 then log in and leave karma (feedback). Package python-ldap-2.4.16-1.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-ldap-2.4.16-1.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-11611/python-ldap-2.4.16-1.fc21 then log in and leave karma (feedback). I will fix it as part of rebase to python-ldap 2.4.17. python-ldap-2.4.17-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/python-ldap-2.4.17-1.fc21 python-ldap-2.4.17-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/python-ldap-2.4.17-1.fc20 Package python-ldap-2.4.17-1.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-ldap-2.4.17-1.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-11885/python-ldap-2.4.17-1.fc21 then log in and leave karma (feedback). python-ldap-2.4.17-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. python-ldap-2.4.17-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |