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
wheel2deb cannot recognize python packages dependencies, which are stored in .whl file METADATA, if package setup.cfg file does not include lines: [bdist_wheel] universal = 1
But python dependencies METADATA in .whl file is stored correctly, can be retrieved with pkginfo -f requires_dist $WHEEL_PATH
All wheel compilation methods checked.
The text was updated successfully, but these errors were encountered:
wheel2deb cannot recognize python packages dependencies, which are stored in .whl file METADATA, if package setup.cfg file does not include lines:
[bdist_wheel] universal = 1
But python dependencies METADATA in .whl file is stored correctly, can be retrieved with
pkginfo -f requires_dist $WHEEL_PATH
All wheel compilation methods checked.
The text was updated successfully, but these errors were encountered: