Bug 39287 - odoo is written in python3, it should not depend on python2
Summary: odoo is written in python3, it should not depend on python2
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: odoo (show other bugs)
Version: unstable
Hardware: all Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-14 02:12 MSK by Dmitry V. Levin
Modified: 2021-01-15 22:49 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).