Skip to content

Commit

Permalink
tests: packages: fix dependency field
Browse files Browse the repository at this point in the history
This does not matter for our usage, but user might use these packages as
an example.

Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Feb 8, 2022
1 parent 022e86e commit aa74841
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/packages/configure-data/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
build-backend = 'mesonpy'
requires = ['mesonpy']
requires = ['meson-python']
2 changes: 1 addition & 1 deletion tests/packages/dynamic-version/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = 'mesonpy'
requires = ['mesonpy']
requires = ['meson-python']

[project]
name = 'dynamic-version'
Expand Down
2 changes: 1 addition & 1 deletion tests/packages/full-metadata/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = 'mesonpy'
requires = ['mesonpy']
requires = ['meson-python']

[project]
name = 'full-metadata'
Expand Down
2 changes: 1 addition & 1 deletion tests/packages/library-pep621/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = 'mesonpy'
requires = ['mesonpy']
requires = ['meson-python']

[project]
name = 'library-pep621'
Expand Down
2 changes: 1 addition & 1 deletion tests/packages/library/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
build-backend = 'mesonpy'
requires = ['mesonpy']
requires = ['meson-python']
2 changes: 1 addition & 1 deletion tests/packages/link-against-local-lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
build-backend = 'mesonpy'
requires = ['mesonpy']
requires = ['meson-python']
2 changes: 1 addition & 1 deletion tests/packages/pure/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
build-backend = 'mesonpy'
requires = ['mesonpy']
requires = ['meson-python']
2 changes: 1 addition & 1 deletion tests/packages/purelib-and-platlib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
build-backend = 'mesonpy'
requires = ['mesonpy']
requires = ['meson-python']
2 changes: 1 addition & 1 deletion tests/packages/unsupported-dynamic/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = 'mesonpy'
requires = ['mesonpy']
requires = ['meson-python']

[project]
name = 'unsupported-dynamic'
Expand Down

0 comments on commit aa74841

Please sign in to comment.