]> git.ipfire.org Git - thirdparty/samba.git/commit
dynconfig/wscript: Adjust default cleanup for waf 2.1.5
authorAndreas Schneider <asn@samba.org>
Thu, 8 May 2025 19:33:52 +0000 (20:33 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 16 May 2025 09:33:41 +0000 (09:33 +0000)
commit6e504e022d04d2a3c7a436a69dc106736d7c7287
treee8561d0efd46f3085f6a6963ed6380df6cbdab89
parent4c7d3cc74b84cf4f88fcd0397320564fe2565804
dynconfig/wscript: Adjust default cleanup for waf 2.1.5

Using waf 2.1.5 parser.defaults no longer exists (that's part of
the optparse module and waf 2.1.5 uses argparse)
This patch adjusts the default cleanup for argparse.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
dynconfig/wscript