Bug 2759

Summary: LibreOffice-pyuno built without python3 support
Product: [ROSA-based products] ROSA Fresh Reporter: Arkady L. Shane <arkady.shane>
Component: Packages from MainAssignee: ROSA Linux Bugs <bugs>
Status: RESOLVED FIXED QA Contact: ROSA Linux Bugs <bugs>
Severity: normal    
Priority: Normal CC: denis.silakov
Version: Fresh   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Platform: --- ROSA Vulnerability identifier:
RPM Package: ISO-related:
Bad POT generating: Upstream:
Bug Depends on:    
Bug Blocks: 2776    

Description Arkady L. Shane 2013-10-09 14:14:11 MSK
New LibreOffice-pyuno 4 built without python3 support. In previous 3 version were next files

/usr/lib64/python2.7/site-packages/uno.py
/usr/lib64/python2.7/site-packages/unohelper.py

in libreoffice-pyuno package.

New office use python3, but next files are absent.

---
/usr/lib64/python3.3/site-packages/__pycache__/uno.cpython-33.pyc
/usr/lib64/python3.3/site-packages/__pycache__/uno.cpython-33.pyo
/usr/lib64/python3.3/site-packages/__pycache__/unohelper.cpython-33.pyc
/usr/lib64/python3.3/site-packages/__pycache__/unohelper.cpython-33.pyo
/usr/lib64/python3.3/site-packages/uno.py
/usr/lib64/python3.3/site-packages/unohelper.py
---

Without it unoconv does not work.
Comment 1 Denis Silakov 2013-10-31 13:02:40 MSK
Should be fixed with bug #2967.