]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Handle module dependencies that cannot be found.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 8 May 2024 00:10:23 +0000 (17:10 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 8 May 2024 00:10:23 +0000 (17:10 -0700)
commite91650b1de1487db96b573df65757e9bb5bfbedd
treecdcfbe4e3f9358721713c0a47818d6864fb63869
parentaf570521000b9541aaa742c179a8bd002ddcdcb9
gnulib-tool.py: Handle module dependencies that cannot be found.

* pygnulib/GLModuleSystem.py
(GLModule.getDependenciesWithoutConditions): Filter out None from the
module dependencies. An appropriate warning will already be printed by
GLModuleSystem.find().
ChangeLog
pygnulib/GLModuleSystem.py