rpm-software-management / rpmlint

Tool for checking common errors in rpm packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare python packages requires with actual python package METADATA

danigm opened this issue · comments

commented

Python packages usually contains information about the real python requirements from pypi in the METADATA file.

It could be useful to read that file and compare entries with the actual rpm package requirements (with some name conversion machinery) and warning about mismatches. This could help to detect missing dependencies and also extra dependencies that are not needed.