Skip to content
Snippets Groups Projects
Commit b5cf0a50 authored by Moises Lopez's avatar Moises Lopez
Browse files

[FIX] requirements.txt: unpin pytz


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:

- new installations based on pip will be up to date
- older installations based on pip can easily upgrade
- debian based installations have to maintain the tzdata package
- mixed installs like on runbot will rely on Debian tzdata

closes odoo/odoo#117527

Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent 293569cf
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ python-ldap==3.1.0; sys_platform != 'win32'
PyPDF2==1.26.0
pyserial==3.4
python-dateutil==2.7.3
pytz==2019.1
pytz # no version pinning to avoid OS perturbations
pyusb==1.0.2
qrcode==6.1
reportlab==3.5.13; python_version < '3.8'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment