]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229)
authorPaul Ganssle <paul@ganssle.io>
Tue, 19 May 2020 15:55:18 +0000 (11:55 -0400)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 15:55:18 +0000 (11:55 -0400)
commit2abededbc4165d2daa14ae9d74b1f33cce0593d7
treef06bbbd7eb60b96aea79544186203b0d820f468c
parenta355a06fcc7ef2232736dceb012ae623335cd7ab
bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229)

Without this, only the _zoneinfo module is getting installed, not the
zoneinfo module. I believe this was not noticed earlier because
test.test_zoneinfo was also not being installed.
Makefile.pre.in
Misc/NEWS.d/next/Build/2020-05-19-10-54-08.bpo-40683.W8JHrr.rst [new file with mode: 0644]