Skip to content

Commit

Permalink
Remove Tofino-specific Python packages from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed Oct 27, 2024
1 parent 2605767 commit 721f1fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ googleapis-common-protos==1.53.0; python_version <= '3.6'
grpcio==1.48.2; python_version <= '3.6'
isort==5.10.1; python_version <= '3.6'
black==22.8.0; python_version <= '3.6'
jsl==0.2.4 # specific to Tofino backend
pyinstaller==6.11.0 # specific to Tofino backend
1 change: 1 addition & 0 deletions tools/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ fi
function build_tofino() {
P4C_TOFINO_PACKAGES="rapidjson-dev"
sudo apt-get install -y --no-install-recommends ${P4C_TOFINO_PACKAGES}
sudo pip3 install jsl==0.2.4 pyinstaller==6.11.0
}

if [[ "${INSTALL_TOFINO}" == "ON" ]]; then
Expand Down

0 comments on commit 721f1fc

Please sign in to comment.