Skip to content

Commit fb39d19

Browse files
committed
Add missing g722 dependency.
1 parent fd7855d commit fb39d19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/set_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ platformopts() {
3737
echo "TEST_SET_MIGHTFAIL=early_cancel_lost100,early_cancel"
3838
;;
3939
esac
40-
echo 'EXTRA_PACKAGES="build-essential libunwind-dev git python3-dev"'
40+
echo 'EXTRA_PACKAGES="build-essential libunwind-dev git python3-dev cmake ninja-build patchelf"'
4141
}
4242

4343
case "${1}" in

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ElPeriodic>=1.1
22
rtpsynth>=1.3.0
3+
g722>=1.2.1
34
pycryptodome
45
websockets

0 commit comments

Comments
 (0)