mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove code no longer required
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
42b7d1be89
commit
d35a55e619
1 changed files with 0 additions and 15 deletions
15
setup.py
15
setup.py
|
@ -1021,19 +1021,6 @@ class SaltDistribution(distutils.dist.Distribution):
|
|||
modules.append(os.path.relpath(root, SETUP_DIRNAME).replace(os.sep, "."))
|
||||
return modules
|
||||
|
||||
# ----- Static Data -------------------------------------------------------------------------------------------->
|
||||
@property
|
||||
def _property_dependency_links(self):
|
||||
return [
|
||||
"https://github.com/saltstack/salt-testing/tarball/develop#egg=SaltTesting"
|
||||
]
|
||||
|
||||
@property
|
||||
def _property_tests_require(self):
|
||||
return ["SaltTesting"]
|
||||
|
||||
# <---- Static Data ----------------------------------------------------------------------------------------------
|
||||
|
||||
# ----- Dynamic Data -------------------------------------------------------------------------------------------->
|
||||
@property
|
||||
def _property_package_data(self):
|
||||
|
@ -1053,8 +1040,6 @@ class SaltDistribution(distutils.dist.Distribution):
|
|||
if not IS_WINDOWS_PLATFORM:
|
||||
package_data["salt.cloud"] = ["deploy/*.sh"]
|
||||
|
||||
if not self.ssh_packaging and not PACKAGED_FOR_SALT_SSH:
|
||||
package_data["salt.daemons.flo"] = ["*.flo"]
|
||||
return package_data
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Reference in a new issue