On 2016-01-26 06:13, Endi Sukma Dewata wrote:
On 1/21/2016 7:22 AM, Christian Heimes wrote:
> Hi,
>
> Dogtag's Python code has been compatible with Python 3 for a while. So
> far the code hasn't been packages for Python 3 yet. I've been exploring
> ways to package the client part of Dogtag's pki package for FreeIPA. The
> attached patch packages the client libraries from base/common/python/pki
> as a new python3-pki package.
>
> Christian
The patch looks good. I'd ACK this unless somebody else still wants to
look at it.
I asked Petr Viktorin for a review. He pointed out that cmake doesn't
byte compile the Python files to pyc/pyo files. It's not a problem for
RPM builds, rpmbuild automatically compiles Python the files in
site-packages. It might be a small issue on platforms that use cmake
directly to install Dogtag.
Christian