Skip to content

Commit

Permalink
readd pyobjc dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dschep committed Dec 21, 2016
1 parent 7dda943 commit e753c96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,6 @@ Uses ``pywin32``.
Mac OS X Notification Center - ``darwin``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Requires ``ntfy`` to be installed globally (not in a virtualenv).
**NOTE**: since MacOS 10.12 PyObjC has issues due to the removal of QTKit. To
get this working on older version of MacOS just `pip install pyobjc pyobjc-core`.
on 10.12.. goodluck. see:
https://bitbucket.org/ronaldoussoren/pyobjc/issues/161/update-bindings-for-osx-1012

System log - ``systemlog``
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
deps = ['requests', 'ruamel.yaml', 'appdirs']
extra_deps = {
':sys_platform == "win32"': ['pypiwin32==219'],
#':sys_platform == "darwin"': ['pyobjc-core', 'pyobjc'],
':sys_platform == "darwin"': ['pyobjc-core', 'pyobjc'],
'xmpp': [
'sleekxmpp', 'dnspython' if version_info[0] < 3 else 'dnspython3'],
'telegram': ['telegram-send'],
Expand Down

0 comments on commit e753c96

Please sign in to comment.