support/script/scancpan: remove duplicated dependency
authorFrancois Perrad <fperrad@gmail.com>
Tue, 9 Dec 2014 19:32:03 +0000 (20:32 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Dec 2014 20:15:09 +0000 (21:15 +0100)
commit315d29e15994d086a500c72180608b3e65ebcdbf
tree8f5e732ad90aa92e6e754a5a76386a9841112a11
parentde6d6b945407c6a81396a27cdc8e206706a685d8
support/script/scancpan: remove duplicated dependency

Dependencies from metacpan comes as a list of modules which is
transformed in a list of distribution for BR.  Different modules could
be included in the same distribution, so duplication is possible.

This can for example be seen with the HTTP-Daemon module, which would
get two times the dependencies on HTTP-Message without this commit.

[Thomas: slightly extend commit log.]

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/scripts/scancpan