setup: bump pyvcd to ~=0.2.
authorwhitequark <whitequark@whitequark.org>
Thu, 2 Apr 2020 11:17:41 +0000 (11:17 +0000)
committerwhitequark <whitequark@whitequark.org>
Thu, 2 Apr 2020 11:23:49 +0000 (11:23 +0000)
commitc79caead33fff14e2dec42b7e21d571a02526876
tree4d3d999597bf97fec46f53fc05662cba002aa377
parent995f3a147b492b450971bf2a0840569d144146cd
setup: bump pyvcd to ~=0.2.

We don't use any of the deprecated functionality, and the added
requirement of Python 3.6+ matches ours.

Having a requirement for pyvcd ~=0.1.4 was actually the cause of
the error I tried to fix in commit 6e1145e2. It had nothing to do
with Jinja2 (though it is definitely still good to have the tighter
requirement on Jinja2); the cause of the error was that pip would
install Jinja2, schedule installing markupsafe, install pyvcd 0.2.0
and then choke on the pyvcd 0.1.4 requirement, which would prevent
it from installing markupsafe &c. Why it does that is beyond me.
setup.py