Skip to content

Commit

Permalink
Use setuptools to provide distutils.util (distutils deprecated w/ pyt…
Browse files Browse the repository at this point in the history
…hon >=3.12)
  • Loading branch information
cdtomkins committed Dec 31, 2024
1 parent e1d67d1 commit c8f6243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = ["John Doe <johndoe@mail.com>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
nautobot = "2.3.6"
setuptools = ">=75.6.0"

# nautobot-example-plugin = {path = "plugins/plugin_example", develop = true}

Expand Down

0 comments on commit c8f6243

Please sign in to comment.