Skip to content

Commit 2edd973

Browse files
committed
configure.ac: disable pytz_deprecation_shim with --disable-r
The pytz_deprecation_shim package is a dependency only of tzlocal, which is already disabled with --disable-r.
1 parent ca3d95b commit 2edd973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ AC_ARG_ENABLE([notebook],
515515
AC_ARG_ENABLE([r],
516516
AS_HELP_STRING([--disable-r],
517517
[disable build of the R package and related packages]), [
518-
for pkg in r rpy2 r_jupyter tzlocal; do
518+
for pkg in r rpy2 r_jupyter tzlocal pytz_deprecation_shim; do
519519
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
520520
done
521521
])

0 commit comments

Comments
 (0)