Vauxoo / odoo

Fork of Odoo (formerly OpenERP). [This project is not publically mantained just born for internal usage with some little patches] go to official repository on github.com/odoo/odoo
https://www.odoo.com
Other
9 stars 9 forks source link

[FIX] requirements.txt: unpin pytz #549

Closed luisg123v closed 1 year ago

luisg123v commented 1 year ago

On Debian based systems, the tzdata package is maintained to reflect changes in timezones and there is no need to upgrade the python3-tz package. On the other hand, for those who are using pip and thus our requirements.txt, the package needs to be up to date. By unpinning it in the requirements.txt:

closes odoo/odoo#117527


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

luisg123v commented 1 year ago

Be aware @hugho-ad @moylop260