File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies = [
22
22
23
23
[build-system ]
24
24
requires = [
25
- ' OZI.build[core,uv]~=1.10 .0' ,
25
+ ' OZI.build[core,uv]~=1.11 .0' ,
26
26
' PyYAML~=6.0' ,
27
27
]
28
28
build-backend = " ozi_build.buildapi"
@@ -55,7 +55,7 @@ summary="The OZI Project packaging core library."
55
55
[project .optional-dependencies ] # also meson test suite names
56
56
# OZI Packaging Dependencies
57
57
# continuous integration
58
- generate_locales = [" PyYAML" ]
58
+ generate-locales = [" PyYAML" ]
59
59
ci = [
60
60
" tox>4" ,
61
61
" tox-gh>1.2" ,
@@ -338,7 +338,7 @@ package = wheel
338
338
deps =
339
339
uv
340
340
commands_pre =
341
- python -m uv pip install OZI.build[core,uv]~=1.10 .0
341
+ python -m uv pip install OZI.build[core,uv]~=1.11 .0
342
342
pipx install --python=python meson
343
343
commands =
344
344
meson setup {env_tmp_dir} -Dozi:dist=disabled -Dozi:tox-env-dir={env_dir}
You can’t perform that action at this time.
0 commit comments