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
Unbundling apipkg from py might be an option. Originally, it was "py" which contained apipkg functionality, though, and the separate release of "apipkg" was experimental. Rather than unbundling, it's more likely i just drop "apipkg" as a separate project or make it depend on py, rather than the other way round.
As far as I can see, py/_apipkg.py in pylib 1.4.14 is identical to apipkg.py version 1.2. Would it be possible to unbundle it?
Background: Fedora has a policy that forbids bundling of libraries in its packages:
http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
The related Fedora bug against python-py is
https://bugzilla.redhat.com/show_bug.cgi?id=790163
The text was updated successfully, but these errors were encountered: