Skip to content

package/pypi: Handle missing Version field in PKG-INFO file

Some PKG-INFO files are malformed or are missing the Version field which causes error when trying to build the revision associated to a package version.

So handle that edge case to fix loading issues.

Related sentry issue


Migrated from D6245 (view on Phabricator)

Merge request reports