You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also adds a new test to "pyobjc/setup.py" to detect
missing install_requires to framework bindings. The test
is fairly crude, but good enough for the coding style used
in PyObjC.
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.
The text was updated successfully, but these errors were encountered: