bindep/bindep
Clark Boylan c4c2bf1afe Handle no newline at the end of bindep.txt
We've seen people whose editors don't add newlines to files for whatever
reason. Make bindep handle this case since users are running into it.

Note that we could theoretically modify the existing parsley grammar to
accept a missing newline and instead find EOF but adding rules like that
seems to interact with whitespace processing in ways that I don't
understand. Rather than spend a ton of time learning parsley internals I
figure the fix here is simple and easy to understand and limits
potential fallout from changes to the grammar.

Change-Id: I960e579a603d1a4612d859451df1f559e950ac31
2021-10-20 17:28:12 -07:00
..
releasenotes/notes Use the distro package to determine distro 2018-06-22 13:52:09 -07:00
tests Handle no newline at the end of bindep.txt 2021-10-20 17:28:12 -07:00
__init__.py Add a --version option 2015-04-30 00:34:51 +00:00
__main__.py Assure bindep can be called as a module 2021-01-27 17:18:05 +00:00
depends.py Handle no newline at the end of bindep.txt 2021-10-20 17:28:12 -07:00