Skip to content

Commit dacb7e1

Browse files
authored
Merge pull request #152 from SELinuxProject/revert-147-nosetuptools
Revert "Remove redundant runtime requirement on setuptools"
2 parents eb529c5 + a973618 commit dacb7e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)