Closed mhucka closed 3 years ago
I translated this into a really simple PR, although I haven't tested this to see if it causes problems :)
@mhucka @glyph Thanks for reporting this issue and translating the issue into a PR. I'm sorry that I just noticed this PR. I'll take a look at it this weekend.
setup.py
currently requirespyobj
, but it does not appear to need all ofpyobjc
. It only appears to need the following:If this is correct, it would be beneficial to change
setup.py
to limit what it requires. The downside of doing a blanketpyobjc
requirement is not only that it is relatively time-consuming installation step: there is at least one package (pyobjc-framework-PubSub
) that ends up conflicting with a Python package (pypubsub
) because both install files intosite-packages/PubSub
.