mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)
This commit is contained in:
parent
671360161f
commit
4b2d1786cc
15 changed files with 431 additions and 306 deletions
|
@ -59,7 +59,10 @@ PACKAGE_TO_FILES = {
|
|||
include=["Modules/_decimal/libmpdec/**"]
|
||||
),
|
||||
"expat": PackageFiles(
|
||||
include=["Modules/expat/**"]
|
||||
include=["Modules/expat/**"],
|
||||
exclude=[
|
||||
"Modules/expat/expat_config.h",
|
||||
]
|
||||
),
|
||||
"macholib": PackageFiles(
|
||||
include=["Lib/ctypes/macholib/**"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue