You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure.ac: disable pytz with --disable-doc and --disable-r
The pytz package is a dependency of three others: babel, rpy2, and
tzlocal. And tzlocal is itself a dependency of rpy2. Babel is already
disabled with --disable-doc, and rpy2 and tzlocal are disabled with
--disable-r. It therefore makes sense to disable pytz when both
--disable-doc and --disable-r are given.
0 commit comments