Skip to content

Commit 68b1dc0

Browse files
committed
Normalize build and install dependencies.
1 parent 9ae2fff commit 68b1dc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ backend-path = ['.']
88
requires = [
99
'meson >= 0.64.0; python_version < "3.12"',
1010
'meson >= 1.2.3; python_version >= "3.12"',
11-
'packaging >= 24.2',
11+
'packaging >= 19.0; sys_platform != "ios"',
12+
'packaging >= 24.2; sys_platform == "ios"',
1213
'pyproject-metadata >= 0.9.0',
1314
'tomli >= 1.0.0; python_version < "3.11"',
1415
]

0 commit comments

Comments
 (0)