-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a PyYAML dependency #450
Milestone
Comments
There's no bash dependency nor python check either for that matter. |
@williamcroberts I think checking for python as well (and having it as a BuildRequires dependency in the RPM package) makes sense. |
We can just warn that running the system tests will fail as well, similar to the md2man check |
@williamcroberts agreed. |
williamcroberts
pushed a commit
to williamcroberts/tpm2-tools
that referenced
this issue
Oct 23, 2017
Warn that without python and pyyaml, that some system test scripts will fail. Fixes: tpm2-software#450 Signed-off-by: William Roberts <william.c.roberts@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tpm2_pcrevent.sh test has a Python helper script that uses the PyYAML module, but that dependency isn't present in autotools and so the test fails when trying to execute after everything builds correctly:
The text was updated successfully, but these errors were encountered: