Comment # 4 on bug 1229549 from Nathan Cutler
@Marketa, we discussed your python-ldap submission to Backports (
https://build.opensuse.org/request/show/1198953 ) at the Package Hub Sync
meeting today with the following result:

- since there is no python311-ldap in SLE, it makes sense to submit it to
Backports to fulfill the request
- there is no risk of inadvertently introducing python3-ldap into Backports
(which would be a conflict with the python3-ldap SLE Basesystem Module) because
the rpmlint check in Backports will delete the conflicting binary
- hwoever, the submission (1198953) did not actually build a python311-ldap
binary. To make it build, you could make a follow-up submission changing the
python macro at the top of the spec file so it says:

%{?sle15_python_module_pythons}

instead of 

%{?!python_module:%define python_module() python-%{**} python3-%{**}}


You are receiving this mail because: