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:
Éloi Rivard 2024-03-29 11:04:34 +01:00
parent 37d17b43aa
commit 9dbb16153d
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -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]