summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2020-11-02 15:01:40 +1100
committerStuart Bishop <stuart.bishop@canonical.com>2020-11-02 15:01:40 +1100
commitd6a6878c0a4637d859f488bf4a76d51092d8cb36 (patch)
treee3b81908bb9bf116982d038d916c835f13b76e6e
parentc36aa69f3367879b3f14d75298a6ee71d5bffe01 (diff)
downloadpytz-git-d6a6878c0a4637d859f488bf4a76d51092d8cb36.tar.gz
Generate fat datafilestravis
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.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb1a856..ac0a755 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ upload_docs_pythonhosted: docs
touch $@
.stamp-zoneinfo:
- ${MAKE} -C ${IANA} TOPDIR=`pwd`/build USRDIR= USRSHAREDIR=etc install
+ ${MAKE} -C ${IANA} ZFLAGS='-b fat' TOPDIR=`pwd`/build USRDIR= USRSHAREDIR=etc install
# Break hard links, working around http://bugs.python.org/issue8876.
for d in zoneinfo zoneinfo-leaps zoneinfo-posix; do \
rm -rf `pwd`/build/etc/$$d.tmp; \