mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use SaltStackVersion
since we don't yet know when Boron will come out
This commit is contained in:
parent
3f14678796
commit
e2e535824a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -435,7 +435,7 @@ class Install(install):
|
|||
def initialize_options(self):
|
||||
install.initialize_options(self)
|
||||
# pylint: disable=undefined-variable
|
||||
if __saltstack_version__.info >= (2015, 3):
|
||||
if __saltstack_version__.info >= SaltStackVersion.from_name('Boron'):
|
||||
# XXX: Remove the Salt Specific Options In Salt Boron. They are now global options
|
||||
raise DistutilsArgError(
|
||||
'Developers, please remove the salt paths configuration '
|
||||
|
|
Loading…
Add table
Reference in a new issue