I have a pair of python packages that bundle a series of python packages under a subpackage extern. In particular, python-astropy bundles six, configobj, pytest and ply.
What I do is patching the source, so that instead ofThis works for astropy itself, but other third-party packages require astropy.extern to exist and work, i.e, its part of the API of astropy.
but before trying to implement changes, my question is: is a valid approach to remove the bundled library and make a files ystem link to the system library?
Thanks, Sergio
-- packaging mailing list packaging@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/packaging