Skip to content

Commit

Permalink
update native package list for msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Aug 10, 2024
1 parent dd63f82 commit 3f01174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/mingw_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ def install_msys2_requirements(args: list[str]) -> None:
mingw_native_packages = {
"annotated-types": "python-annotated-types",
"anyio": "python-anyio",
"cffi": "python-cffi",
"charset-normalizer": "python-charset-normalizer",
"cx-freeze": None,
"cx-logging": None,
"lief": None,
"lxml": "python-lxml",
"markupsafe": "python-markupsafe",
"nuitka": "python-nuitka",
"platformdirs": "python-platformdirs",
"protobuf": "python-protobuf",
"pydantic": "python-pydantic",
"pydantic-core": "python-pydantic-core",
Expand Down

0 comments on commit 3f01174

Please sign in to comment.