Bug 39287

Summary: odoo is written in python3, it should not depend on python2
Product: Sisyphus Reporter: Dmitry V. Levin <ldv>
Component: odooAssignee: Andrey Cherepanov <cas>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: cas
Version: unstable   
Hardware: all   
OS: Linux   

Description Dmitry V. Levin 2020-11-14 02:12:29 MSK
New sisyphus_check complains:
odoo-12.0-alt3.20190424.noarch.rpm: package containing python3 modules should not have python2 requirements

$ rpmquery -Rp odoo-12.0-alt3.20190424.noarch.rpm |grep ^python2      
python2-base  

$ rpmquery -Rp odoo-12.0-alt3.20190424.noarch.rpm |grep -c ^python3
165
Comment 1 Repository Robot 2021-01-15 22:49:23 MSK
odoo-14.0-alt1.20210112 -> sisyphus:

 Tue Jan 12 2021 Andrey Cherepanov <cas@altlinux> 14.0-alt1.20210112
 - New version.
 - Disable python2 requirement (ALT #39287).