Skip to content

Commit a973618

Browse files
authored
Revert "Remove redundant runtime requirement on setuptools"
1 parent eb529c5 commit a973618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = ["Development Status :: 5 - Production/Stable",
3939

4040
requires-python=">=3.10"
4141
# also requires libsepol.so and libselinux.so.
42-
dependencies = []
42+
dependencies = ["setuptools"]
4343

4444
optional-dependencies.analysis = ["networkx>=2.6",
4545
"pygraphviz"]

0 commit comments

Comments
 (0)