diff --git a/packaging/mingw_install.py b/packaging/mingw_install.py index 8400992cf..eaefa01b8 100644 --- a/packaging/mingw_install.py +++ b/packaging/mingw_install.py @@ -29,6 +29,7 @@ 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, @@ -36,6 +37,7 @@ def install_msys2_requirements(args: list[str]) -> None: "lxml": "python-lxml", "markupsafe": "python-markupsafe", "nuitka": "python-nuitka", + "platformdirs": "python-platformdirs", "protobuf": "python-protobuf", "pydantic": "python-pydantic", "pydantic-core": "python-pydantic-core",