containerbuildsystem / cachi2

GNU General Public License v3.0
7 stars 25 forks source link

Make PipRequirement a subclass of packaging.Requirement #486

Open eskultety opened 5 months ago

eskultety commented 5 months ago

We created our own big class which we then populate with contents from pkg_resources.Requirement. Looking at the backend implementation coming from packaging.Requirement it looks like it's very lean and hence we should be able to properly subclass our own class from that one.