cnvogelg / amitools

Various tools for using AmigaOS programs on other platforms
250 stars 69 forks source link

Small change to fix modern pip3 packaging change breakage #208

Open berlincount opened 2 months ago

berlincount commented 2 months ago

Sometimes, metadata resolution seems to fail via metadata, resulting in a project name of "unknown", breaking dependencies all kind of ways (in pip 22.0.2 and others), even when installing from the git repository directly.

While users could be asked to upgrade to a newer pip version, this fix addresses the issue without introducing additional problems.