FS#65060 - [sssd] drop python2 bindings
Attached to Project:
Community Packages
Opened by Jelle van der Waa (jelly) - Sunday, 05 January 2020, 18:14 GMT
Last edited by Massimiliano Torromeo (mtorromeo) - Thursday, 16 April 2020, 09:41 GMT
Opened by Jelle van der Waa (jelly) - Sunday, 05 January 2020, 18:14 GMT
Last edited by Massimiliano Torromeo (mtorromeo) - Thursday, 16 April 2020, 09:41 GMT
|
Details
Description:
Python 2 will be deprecated soon and we already offer Python 3 bindings. I don't see anything requiring python2 bindings so they can be dropped. |
This task depends upon
Closed by Massimiliano Torromeo (mtorromeo)
Thursday, 16 April 2020, 09:41 GMT
Reason for closing: Fixed
Thursday, 16 April 2020, 09:41 GMT
Reason for closing: Fixed
sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate
The source of the tool is https://pagure.io/SSSD/sssd/blob/master/f/src/tools/sss_obfuscate and it definitely uses the python bindings...
On the other hand, from a *very* cursory look, the script looks like it might be python3 compatible. Would it be possible to make the tool use python3, and drop the python2 bindings, or do we still need them in order to run the tool?