forked from Github-Mirrors/canaille
chore: add setuptools dependency to build packages with python3.12+
As it is needed by Babel 2.14 and not shipped with python anymore.
This commit is contained in:
parent
37d17b43aa
commit
9dbb16153d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[build-system]
|
||||
requires = ["poetry>=1.0.0", "babel"]
|
||||
requires = ["poetry>=1.0.0", "babel", "setuptools; python_version>='3.12'"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
||||
[tool]
|
||||
|
|
Loading…
Reference in a new issue