commit | f7c2c5f2e4c43f3b2fa1d6a93000841e39288eb2 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 06 10:51:04 2020 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 06 10:51:06 2020 -0600 |
tree | d7a2c6f3290881027902d4745e387eec3a310147 | |
parent | 229b76a95f87af60c976a0c0dfe84716c9ce5318 [diff] |
python3: install inflection We are attempting to upgrade all repositories from python2 to python3. sdbusplus uses inflection and is currently failing CI on Ifd46a4aeb41fb0e6db2f4310a603b727a5a2c2ff without the python3 version. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id6031b5c0d0ca052dad53be3ef5eb7ab8264bf3b
diff --git a/build-unit-test-docker.sh b/build-unit-test-docker.sh index 73fa510..57a85ef 100755 --- a/build-unit-test-docker.sh +++ b/build-unit-test-docker.sh
@@ -252,6 +252,7 @@ RUN pip install inflection RUN pip install pycodestyle +RUN pip3 install inflection RUN pip3 install meson==0.52.0 FROM openbmc-base as openbmc-lcov