wafsamba: Fix call to sorted()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 15 Feb 2022 07:05:55 +0000 (20:05 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 17 Mar 2022 01:36:59 +0000 (01:36 +0000)
commitdef505e68be66e0179a345d3f7e2bd930712e150
tree2929c96602ad0f1bab6631994691fb59b1fa2fc8
parent005866b10922c8dd59d334f1a77712be33213986
wafsamba: Fix call to sorted()

In Python 3, sorted() does not take a 'cmp' parameter, so we need to use
the 'key' parameter instead.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Mar 17 01:36:59 UTC 2022 on sn-devel-184
buildtools/wafsamba/samba_deps.py