Preinstall aiohttp in MSYS2 environments.

This commit is contained in:
Patrick Lehmann
2025-12-30 11:12:33 +01:00
parent 37a73ff495
commit ce8dc41774
2 changed files with 4 additions and 0 deletions

View File

@@ -273,6 +273,7 @@ jobs:
dependencies = [req.strip() for req in requirements.split(" ")]
packages = {
"aiohttp": "python-aiohttp:p",
"coverage": "python-coverage:p",
"docstr_coverage": "python-pyaml:p python-types-pyyaml:p",
"igraph": "igraph:p",
@@ -294,6 +295,7 @@ jobs:
subPackages = {
"pytooling": {
"yaml": "python-ruamel-yaml:p python-ruamel.yaml.clib:p",
"pypi": "python-aiohttp:p",
},
}