Skip to content

Commit

Permalink
Remove python2 from compilation of python-sdk-api
Browse files Browse the repository at this point in the history
  • Loading branch information
liorghub committed Dec 19, 2023
1 parent 9f68812 commit 9ba32c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mellanox/sdk-src/python-sdk-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
./autogen.sh
fi

debuild -e PYTHON_INTERPRETERS="\"python2 python3\"" -b -us -uc -j$(SONIC_CONFIG_MAKE_JOBS)
debuild -e PYTHON_INTERPRETERS="\"python3\"" -b -us -uc -j$(SONIC_CONFIG_MAKE_JOBS)

popd

Expand Down

0 comments on commit 9ba32c2

Please sign in to comment.