[typo] s/libexpact/libexpat/ in setup.py (GH-28624) (GH-28627)

(cherry picked from commit bf5d1684a7)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
Miss Islington (bot) 2021-09-29 08:19:47 -07:00 committed by GitHub
parent fafa213870
commit 1e97145d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1686,7 +1686,7 @@ class PyBuildExt(build_ext):
('XML_POOR_ENTROPY', '1'),
]
extra_compile_args = []
# bpo-44394: libexpact uses isnan() of math.h and needs linkage
# bpo-44394: libexpat uses isnan() of math.h and needs linkage
# against the libm
expat_lib = ['m']
expat_sources = ['expat/xmlparse.c',