Skip to content

Commit 200369a

Browse files
committed
Remove redundant runtime requirement on setuptools
The dependency was dropped in 99a1cf3 Signed-off-by: Miro Hrončok <[email protected]>
1 parent 659ec47 commit 200369a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
# setup also requires libsepol and libselinux
9898
# C libraries and headers to compile.
9999
setup_requires=['setuptools', 'Cython>=0.29.14'],
100-
install_requires=['setuptools'],
100+
install_requires=[],
101101
extras_require={
102102
"analysis": ["networkx>=2.6", "pygraphviz"],
103103
"test": "tox"

0 commit comments

Comments
 (0)