commit | deaa350b6cba0e2107e32fdf4ce998bf2af5405e | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Mon Dec 12 10:27:43 2022 -0800 |
committer | Ed Tanous <ed@tanous.net> | Mon Dec 12 18:51:43 2022 +0000 |
tree | 5d0044b1c04a10291aec0ed1937b8417d77523ae | |
parent | 5095cbe9a5b0fb3c26fec5a896531ec7445b4606 [diff] |
Remove packaging dependency Once https://gerrit.openbmc.org/c/openbmc/bmcweb/+/59633 merges, we will no longer need packaging as a dependecy. Remove it. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ibd75ba7290a4dbd32fe0dddbb6d47ecef78ca7c6
diff --git a/scripts/build-unit-test-docker b/scripts/build-unit-test-docker index c42dc50..1a957d4 100755 --- a/scripts/build-unit-test-docker +++ b/scripts/build-unit-test-docker
@@ -852,7 +852,6 @@ RUN pip3 install inflection RUN pip3 install jsonschema RUN pip3 install meson==0.63.0 -RUN pip3 install packaging RUN pip3 install protobuf RUN pip3 install pycodestyle RUN pip3 install requests