Skip to content

Commit c8f6243

Browse files
committed
Use setuptools to provide distutils.util (distutils deprecated w/ python >=3.12)
1 parent e1d67d1 commit c8f6243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = ["John Doe <[email protected]>"]
77
[tool.poetry.dependencies]
88
python = ">=3.9,<3.13"
99
nautobot = "2.3.6"
10+
setuptools = ">=75.6.0"
1011

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

0 commit comments

Comments
 (0)