Skip to content

Commit

Permalink
[poetry] Add setuptools to the build-system
Browse files Browse the repository at this point in the history
This commit adds the setuptools version to the
poetry setup configurations. This is needed to
fix the 'No module named "setuptools"' bug.

chaoss/grimoirelab-perceval#720
  • Loading branch information
vchrombie committed Apr 6, 2021
1 parent dfbb5e8 commit 1e26bc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ python-dateutil = "^2.8.0"
[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
requires = [
"poetry>=0.12",
"setuptools>=30.3.0,<50"
]
build-backend = "poetry.masonry.api"

0 comments on commit 1e26bc4

Please sign in to comment.