Skip to content

Commit d6a6878

Browse files
author
Stuart Bishop
committed
Generate fat datafiles
pytz can still only read the deprecated 'fat' compiled timezone datafiles. Support for 'slim' datafiles should be done by using the Python 3.9 parser and the available backports. Python 2.7 will be stuck only able to use the 'fat' format.
1 parent c36aa69 commit d6a6878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ upload_docs_pythonhosted: docs
138138
touch $@
139139

140140
.stamp-zoneinfo:
141-
${MAKE} -C ${IANA} TOPDIR=`pwd`/build USRDIR= USRSHAREDIR=etc install
141+
${MAKE} -C ${IANA} ZFLAGS='-b fat' TOPDIR=`pwd`/build USRDIR= USRSHAREDIR=etc install
142142
# Break hard links, working around http://bugs.python.org/issue8876.
143143
for d in zoneinfo zoneinfo-leaps zoneinfo-posix; do \
144144
rm -rf `pwd`/build/etc/$$d.tmp; \

0 commit comments

Comments
 (0)