]> git.ipfire.org Git - thirdparty/systemd.git/commit
parse_hwdb: fix to work with pyparsing 2.1.10
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 30 Nov 2016 08:20:15 +0000 (09:20 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Wed, 30 Nov 2016 08:20:15 +0000 (09:20 +0100)
commitf644a6da7a6f11d20116842e2ce1c7e9c0b0ad64
tree2888ee535b35b08b19df5a8c97c9f53aa06709c5
parent2926b130b69651539a90e866db43466b9b0ccfc5
parse_hwdb: fix to work with pyparsing 2.1.10

pyparsing 2.1.10 fixed the handling of LineStart to really just apply to line
starts and not ignore whitespace and comments any more. Adjust EMPTYLINE to
this.

Many thanks to Paul McGuire for pointing this out!
hwdb/parse_hwdb.py