* pygnulib/GLConfig.py (GLConfig.default): For 'conddeps', return None,
not False.
(GLConfig.checkCondDeps): Update result type.
(resetCondDeps): Reset to return None, not False.
* pygnulib/GLImport.py (GLImport.actioncmd): Update.
+2024-04-12 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool.py: Implement --no-conditional-dependencies correctly.
+ * pygnulib/GLConfig.py (GLConfig.default): For 'conddeps', return None,
+ not False.
+ (GLConfig.checkCondDeps): Update result type.
+ (resetCondDeps): Reset to return None, not False.
+ * pygnulib/GLImport.py (GLImport.actioncmd): Update.
+
2024-04-12 Bruno Haible <bruno@clisp.org>
gnulib-tool.py: Implement --no-libtool option correctly.