Closed glyph closed 11 months ago
Thanks for the report! This was the only significant missing requirement, but I found some more when scanning for the issue:
* pyobjc-framework-ApplicationServices depends on pyobjc-framework-CoreText but doesn't require it
* pyobjc-framework-CoreServices depends on pyobjc-framework-Cocoa but doesn't require it
* pyobjc-framework-ScreenCaptureKit depends on pyobjc-framework-Cocoa but doesn't require it
* pyobjc-framework-libdispatch depends on pyobjc-framework-Cocoa but doesn't require it
* pyobjc-framework-libxpc depends on pyobjc-framework-Cocoa but doesn't require it
Describe the bug
pyobjc-framework-ApplicationServices
shouldinstall_requires
pyobjc-framework-CoreText
, sincepip install
-ing it by itself causes an error.Platform information
3.11.6
python.org
To Reproduce
In a new virtualenv:
Expected behavior
I would not expect to see those tracebacks.