diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-01-05 17:05:57 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-01-05 17:05:57 +0000 |
commit | 8e2c19381feb34a3388a847cca622a8af5bc96de (patch) | |
tree | 9a51ef01ab3eb7e17a487d93a8cfa3191de413a6 /math/py-matplotlib/files/patch-setup.cfg | |
parent | archivers/libarchive: add mbedTLS support and remove LZO default (diff) |
math/py-matplotlib: Update to 3.3.3
Changelog: https://github.com/matplotlib/matplotlib/releases
PR: 252432
Approved by: arrowd (mentor)
Notes
Notes:
svn path=/head/; revision=560413
Diffstat (limited to 'math/py-matplotlib/files/patch-setup.cfg')
-rw-r--r-- | math/py-matplotlib/files/patch-setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-matplotlib/files/patch-setup.cfg b/math/py-matplotlib/files/patch-setup.cfg index 296628a65950..2a3ff257b7c8 100644 --- a/math/py-matplotlib/files/patch-setup.cfg +++ b/math/py-matplotlib/files/patch-setup.cfg @@ -30,8 +30,8 @@ +# is the default behavior +# +## Date/timezone support: -+pytz = False -+dateutil = False ++pytz = True ++dateutil = True + +[gui_support] +# Matplotlib supports multiple GUI toolkits, including Cocoa, |