mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed now-unused StrictVersion import from setup.py
This commit is contained in:
parent
31bb0f7cd1
commit
82773a9799
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -700,7 +700,6 @@ class Install(install):
|
|||
install.finalize_options(self)
|
||||
|
||||
def run(self):
|
||||
from distutils.version import StrictVersion
|
||||
if LooseVersion(setuptools.__version__) < LooseVersion('9.1'):
|
||||
sys.stderr.write(
|
||||
'\n\nInstalling Salt requires setuptools >= 9.1\n'
|
||||
|
|
Loading…
Add table
Reference in a new issue