mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add pyobjc back to setup.py
This commit is contained in:
parent
b2f35d638a
commit
d1726c61c3
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -129,6 +129,7 @@ SALT_ZEROMQ_REQS = os.path.join(
|
|||
SALT_LONG_DESCRIPTION_FILE = os.path.join(os.path.abspath(SETUP_DIRNAME), "README.rst")
|
||||
SALT_OSX_REQS = [
|
||||
os.path.join(os.path.abspath(SETUP_DIRNAME), "pkg", "osx", "req.txt"),
|
||||
os.path.join(os.path.abspath(SETUP_DIRNAME), "pkg", "osx", "req_pyobjc.txt"),
|
||||
]
|
||||
SALT_WINDOWS_REQS = [
|
||||
os.path.join(os.path.abspath(SETUP_DIRNAME), "pkg", "windows", "req.txt"),
|
||||
|
|
Loading…
Add table
Reference in a new issue