Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Commit 4e5fb0b

Browse files
author
Igor Pashev
committed
Get only unique deps
1 parent 4af6893 commit 4e5fb0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/py2ips.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ sub trim {
148148
grep { /^\w/ }
149149
@{get_output "cat $pkg_name.egg-info/requires.txt"}
150150
}
151+
uniq \@pkg_deps;
151152
blab "Dependencies: ", (join ', ', @pkg_deps);
152153

153154
my $pkg_summary = '';

0 commit comments

Comments
 (0)