Investigate potential to drop pycairo/cairo dependency #11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Maybe possible to drop. It's a graphics library we don't need https://cairographics.org/pycairo/. It's currently baked in directly to pygobject with some obscure entrypoints for skipping. This would remove a tricky hard system dependency from our build process and increase our chances for #3.