mirror of
https://github.com/SELinuxProject/setools
synced 2025-05-02 16:20:34 +00:00
Remove redundant runtime requirement on setuptools
The dependency was dropped in 99a1cf3b50
Signed-off-by: Miro Hrončok <miro@hroncok.cz>
This commit is contained in:
parent
659ec47aba
commit
200369a8df
2
setup.py
2
setup.py
@ -97,7 +97,7 @@ setup(name='setools',
|
||||
# setup also requires libsepol and libselinux
|
||||
# C libraries and headers to compile.
|
||||
setup_requires=['setuptools', 'Cython>=0.29.14'],
|
||||
install_requires=['setuptools'],
|
||||
install_requires=[],
|
||||
extras_require={
|
||||
"analysis": ["networkx>=2.6", "pygraphviz"],
|
||||
"test": "tox"
|
||||
|
Loading…
Reference in New Issue
Block a user