Skip to content

A few fixes

Richard Bowman requested to merge richard-development into master

I got it to run on my system, but had to tweak a few things:

  • parts.yaml is hardcoded and I think it should be optional - it now is.
  • dependencies are missing from setup.py - I have added them
  • the code won't run on Python 2, but can still be installed (the tag in setup.py is not enforced). It should now crash out with an error if you try to install with python 2.

Merge request reports