New comment by pbui on void-packages repository https://github.com/void-linux/void-packages/pull/33212#issuecomment-932506442 Comment: @paper42 Thanks for taking a look. I have removed the `python3-decorator` dependency. The basics of networkx work without the other packages... meaning you can create a graph, add nodes, add edges, and run various algorithms on the structures. You will need the other packages to visualize those structures however and perhaps do some processing. I would be fine with adding them as actual dependencies as that is what Arch Linux does: https://archlinux.org/packages/community/any/python-networkx/ And it is what the upstream authors list as requirements. Let me know how you think we should proceed.