Skip to content

Commit

Permalink
🐛 Fix OZI.build
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 3, 2024
1 parent bfea6bf commit 9cd8447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ozi/spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class Build(Default):
backend: str = 'ozi_build.buildapi'
requires: Mapping[str, str] = field(
default_factory=lambda: {
'OZI.build': 'OZI.build==0.0.12',
'OZI.build': 'OZI.build==0.0.13',
'meson': 'meson[ninja]>=1.1.0',
'pip-tools': 'pip-tools>=7',
'setuptools': 'setuptools>=64',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[build-system]
build-backend = "ozi_build.buildapi"
requires = [
"OZI.build==0.0.12",
"OZI.build==0.0.13",
"meson[ninja]>=1.1.0",
"pip-tools>=7",
"setuptools>=64",
Expand Down

0 comments on commit 9cd8447

Please sign in to comment.