scanpypi: rework runtime dependency handling
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 30 Jun 2016 07:25:04 +0000 (09:25 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 30 Jun 2016 22:03:54 +0000 (00:03 +0200)
commit8a64ade2f3dc5ccce53c50db2112d9a8fae94024
tree59a34b570ece80ed0f38141ece980e1e4d1b9d08
parent7835a8356504dbd765aed7fca02d9da881ef1e6e
scanpypi: rework runtime dependency handling

In most cases Python's package dependencies found in setup.py are
runtime dependencies and hence don't need to be mentioned in *.mk
file.

Also add '# runtime' tag to select statements in Config.in.

__create_mk_requirements() itself is left for future uses (cffi backend
handling etc.).

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/scripts/scanpypi