Skip to content

Commit 46fe028

Browse files
committed
build-env.sh: Drop jsonschema and six
Let the package dependency install the correct version needed. Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent bf2c038 commit 46fe028

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

build-env.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ download_build_install_python_deps()
4646
{
4747
python -m pip install --upgrade pip
4848
python -m pip install --upgrade setuptools
49-
python -m pip install --upgrade six jsonschema
50-
python -m pip install --upgrade six jsonschema
5149
python -m pip install --upgrade ruamel.yaml
5250
# scripts/spdxcheck.py dependencies
5351
python -m pip install --upgrade ply gitpython yamllint rfc3987 pylibfdt

0 commit comments

Comments
 (0)