add app-admin/salt with python-3.11 compat

This commit is contained in:
2023-06-08 08:27:35 +03:00
parent 7397049453
commit 60d7412b0b
24 changed files with 776 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/setup.py b/setup.py
index bd11ff95f7..3b83f7b6ff 100755
--- a/setup.py
+++ b/setup.py
@@ -1173,7 +1173,7 @@ class SaltDistribution(distutils.dist.Distribution):
return scripts
@property
- def _property_entry_points(self):
+ def _property_entry_points_disabled(self):
entrypoints = {
"pyinstaller40": [
"hook-dirs = salt.utils.pyinstaller:get_hook_dirs",