It seems we don't even use pymunk for simple hitboxes. Only when doing detailed ones the texture initialization will use pymunk.autogeometry.
Browsing around the code it seems that we could split out the pymunk related code into separate modules and dynamically import if pymunk is present. Dummy methods can be created in the module that raises an error.