support/scripts/pkg-stats: get_config_packages(): use dict.values()
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Feb 2021 12:20:56 +0000 (13:20 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 2 Feb 2021 15:34:10 +0000 (16:34 +0100)
commit97f1d5d151da45ecad2357a077cb4bf6c8252cbb
treeed8a44dce99230fc0737c966a0607816b4442790
parentb3894932b84aa3d00404b10f914da1de69ac0e74
support/scripts/pkg-stats: get_config_packages(): use dict.values()

There is no need to get both the key and the value out of the dict if the
key is not used, so use dict.values() instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/scripts/pkg-stats